I would like to comment this with a line
{% if something.property %}
...
{% # this is a comment %}
{% if something.pr
-
2020-12-04 08:46
As answer by Miles, {% comment %}...{% endcomment %}
is used for multi-line comments, but you can also comment out text on the same line like this:
{# some text #}