{% 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" %} {% block styles %}{% endblock %} {% include "maps_utils/includes/styles.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 container %}
{% block content %}{% endblock %}
{% endblock%} {% include "maps_utils/includes/scripts.html" %} {% block scripts %}{% endblock %}