{% block head %} {# Show the setup name, as set in the config file, as tab title. Don't escape HTML entities. #} {{ setupname|safe }} {% endblock %}
{% block header %} {% endblock %}
{% block notifications %} {% for n in notifications | default([]) %}
{{ n.msg|safe }}
{% endfor %} {% endblock %} {% block main %} {# Here be content. #} {% endblock %}