{% load static %} {% load i18n %} {% load navactive %} {% load auth_notifications %} {% load theme_tags %} {% load aa_customizer_tags %} {% include 'allianceauth/opengraph.html' %} {% include 'allianceauth/icons.html' %} {% block title %}{% block page_title %}{% endblock page_title %} - {{ SITE_NAME }}{% endblock title %} {% include 'bundles/auth-framework-css.html' %} {% theme_css %} {% include 'bundles/fontawesome.html' %} {% include 'bundles/jquery-js.html' %} {% include 'bundles/auth-framework-js.html' %} {% block extra_css %}{% endblock extra_css %} {% include 'custom_css/bundles/custom-css.html' %} {# 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 %}
{% include 'menu/sortable-side-menu.html' %}
{% include "bundles/auth-sidebar-collapse-js.html" %} {% theme_js %} {% if user.is_authenticated %} {% include 'bundles/refresh-notification-icon-js.html' %} {% endif %} {% block extra_javascript %} {% endblock extra_javascript %} {% include "framework/svg/sprite.svg" %}