{% load i18n static wagtailcore_tags wagtailimages_tags hijack cookieconsent_tags heroicons %} {% wagtail_site as current_site %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {# TODO fallbacks if page is not defined e.g. for 404 page #} {% block title_prefix %}{% if current_site.site_name %}{{ current_site.site_name }} | {% endif %}{% endblock %}{% block title %}{% if page.seo_title %}{{ page.seo_title }}{% else %}{{ page.title }}{% endif %}{% endblock %}{% block title_suffix %}{{ TITLE_SUFFIX }}{% endblock %} {% comment %} Generate favicons by https://realfavicongenerator.net using the following path: settings.STATIC_URL + images/favicons. Override favicons by adding them to public/images/favicons. {% endcomment %} {% block extra_css %}{% endblock %} {% comment %}Detect if javascript is enabled; helps with styling{% endcomment %} {% comment %} {% endcomment %} {% include "includes/head_end.html" %} {% include "includes/sprites.html" %} {% if messages %} {% include 'includes/messages.html' %} {% endif %} {% block header %}{% endblock header %} {% block content_wrapper %}
{% block content %}{% endblock %}
{% endblock %} {% block footer %}{% endblock footer %} {% block scroll_to_top %} {% #scroll-to-top %} {% endblock scroll_to_top %} {% cookie_banner %} {% block extra_js %}{% endblock %} {% block sentry_sdk %} {% if SENTRY_PUBLIC_KEY %} {% endif %} {% endblock sentry_sdk %} {% include "includes/body_end.html" %}