{% load theme_tags %} {% load static %} {% load aa_customizer_tags %} {% include 'allianceauth/opengraph.html' %} {% include 'allianceauth/icons.html' %} {% block title %}{% block page_title %}{% endblock page_title %} - {{ SITE_NAME }}{% endblock title %} {% theme_css %} {% include 'bundles/fontawesome.html' %} {% include 'bundles/auth-framework-css.html' %} {% block extra_include %} {% endblock %} {# Custom CSS from aa_customizer — loaded last so it overrides everything #} {% if AA_CUSTOMIZER.custom_css_url %} {% endif %} {% if AA_CUSTOMIZER.custom_css %} {% endif %} {% if AA_CUSTOMIZER.head_extra_html %}{{ AA_CUSTOMIZER.head_extra_html|safe }}{% endif %} {% if AA_CUSTOMIZER.effective_login_background_is_video %} {% endif %} {% block outer_container %}
{% block content %} {% endblock %}
{% endblock outer_container %}