{% for function in functions %}
{# a hrefs like switches #} {{ function.name }} {% if function.form %} {% endif %}
{% endfor %}

{{ article.title }}

{% if article.global_block %} {% with block=article.global_block, BlockTypeEnum=BlockTypeEnum, BlockLevelEnum=BlockLevelEnum %} {% include "block.html" %} {% endwith %} {% endif %} {% for block in article.blocks %} {% with block=block, BlockTypeEnum=BlockTypeEnum, BlockLevelEnum=BlockLevelEnum %} {% include "block.html" %} {% endwith %} {% endfor %}