Q. Which template tag is used for looping in Django templates?
β
Correct Answer: (D)
{% for %}
Explanation: `{% for item in list %}` is the correct syntax for loops in Django templates.