how to put comments in django templates

Using the {# #} notation, like so:
{# Everything you see here is a comment. It won't show up in the HTML output. #}
 
 
 
 
{% comment %} this is a comment {% endcomment %} 

No comments:

Post a Comment