Uses of comments: (1) To disable part of a template for debugging (or for another reason), or (2) to add information to the template.

{# a comment #}
Some text is here. {# Comments can be inline. #}
{# a comment 
can span
several 
lines
#}

See Jinja2, Comments.