{% include '@override/above_head.html.twig' ignore missing %} {% include ['@override/head.html.twig', '@novaconium/head.html.twig'] %} {# Page Header #}
{% block headerbefore %}{% endblock %} {% include ['@override/nav.html.twig', '@novaconium/nav.html.twig'] %} {% block headerafter %}{% endblock %}
{% if error|default is not empty %} {% for key, val in error %}
{{ val }}
{% endfor %} {% endif %} {% if notice|default is not empty %} {% for key, val in notice %}
{{ val }}
{% endfor %} {% endif %}
{% block content %}{% endblock %}
{# Page Footer #} {% include ['@override/foot.html.twig', '@novaconium/foot.html.twig'] %}