Commenting lines in template

Commenting lines in template
I noticed that when in a template I comment lines with '<!-- ’ it is executed anyway. Should it be commented in any other way ?
Thank you

<!-- <h1> Regions - INSERT </h1>-->
<!-- <form method=“post” action=“{% url ‘RegionsInse’ %}”>-->
<!-- {% csrf_token %}-->
<!-- &lt;!&ndash; Call the INPUT &ndash;&gt;--> file.
<!-- {% include 'Pale/Tables/RegionsInput.html' %}-->
<!-- </form>-->

Use the comment tag to mark a section of a template as a comment.

Side Note: A template actually is not html. (It might contain html, or it might not.)

1 Like
{# write comment #}

Thank you for your response.

Thank you for your response.
I noticed that {# opencomment #} does not work