Q. Which tag is used to comment code in Django templates?
β
Correct Answer: (A)
{# #}
Explanation: Django template comments use the syntax {# comment #}.