Q. Which template tag is used for conditionals in Django templates?
β
Correct Answer: (C)
{% if %}
Explanation: {% if %} is used for conditional branching in templates.