{% load staticfiles i18n %}{% load render_bundle from webpack_loader %} {% block title %}{% endblock %} {% render_bundle settings.TEMPLATE_META.main_css 'css' %} {% block additional_css %}{% endblock %} {% block additional_html_headers %}{% endblock %} {% with main_content_id=False disable_header_search=False %}{# Defaults to avoid undefined variables #} {% block header %} {% if main_content_id %} {% trans "Skip navigation" %} {% else %} {% trans "Skip navigation" %} {% endif %} {% endblock %} {% endwith %}
{% block messages %} {% include 'partials/messages.html' %} {% endblock %} {% block content %} {% endblock %}
{% if settings.TEMPLATE_META.sentry_dsn %} {% endif %} {% render_bundle 'vendor' 'js' %} {% render_bundle 'mainapp' 'js' %} {% block additional_js %}{% endblock %} {% include 'partials/base_footer_extra.html' %}