Toggle navigation
{% for href, caption in get_topmenue(): %} {%- if href[1:] == act -%}
{% else %}
{% endif %}
{{ caption }}
{% endfor %}
{% block body %}{% endblock %}
{% include "footer.html" %}