xxxxxxxxxx
{% comment "Here you write why you commented out this block" %}
<h1> This is a Django multi-line template comment </h1>
<p>and it will be ignored</p>
{% endcomment %}
xxxxxxxxxx
{# This is a Django single-line template comment and it will be ignored #}