try this loop thingy - bitches on the run

Normal:

Reverse:

Empty:

{% for ass in asses %} {{ ass }} {% endfor %}

Nested: TODO

Conditions

{% if page.title %} this is a page title {% else %} test - else block {% endif %} {% block body %}

{{ page.title }}

{{ page.description }}

{{ page.body }}

parent content {% endblock %}