asdf
{% if
1 == 1
and 2 == 2
%}
    asdf
    asdf
    dd
    dd
    f
    {{
        blalba
    }}
    {% 
        verbatim %}
        this is {%if 1 %}
        plain
        code
        {% with %}
    {% 
        endverbatim
        %}

    {% with 
        bla==1 
        bla1==2 
    %}
        {% comment %} this is
            some
            kind o
            of
            {% if smth %} bla
            {% endif %}
        {%endcomment%}

        {% if 
            2 
                > 
            1
        %}
            thi si
            {% for a in b %}
            {% 
                empty 
            %}
            {% empty 
            %}
            {%
                endfor
            %}
            test
        {% endif %}
        sdfsdfa
        asdf
    {% endwith %}
{% endif %}
asdfadsf