Q. Which tag is used to comment code in Django templates? (A) {# #} (B) {% comment %} (C) ## (D) {{-- --}} ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) {# #} Explanation: Django template comments use the syntax {# comment #}.