{{ this.is.variable }}
There are two kinds of tags:
{% inline %} and {% block %} which require an ending tag {% endblock %}
{# this is single-line comment - they are ignored by the compiler #}
{% comment %}
and this is
multi-line comment
which is implemented as built-in block tag
{% endcomment %}