{% load static wagtailcore_tags wagtailimages_tags wagtailmetadata_tags %} {% if request.in_preview_panel %} {% endif %} {% meta_tags %} {% if settings.MAJAK_ENV == "test" %} {% endif %} {% include "shared/favicon_snippet.html" %} {% if page.root_page.matomo_id %} {% include "shared/matomo_snippet.html" with matomo_id=page.root_page.matomo_id %} {% endif %} {% block subheader %}{% endblock %}
{% block content %}{% endblock %}
{% if not page.root_page.hide_footer %} {% endif %}