{% load static %} {% load i18n %} {% load authentik_core %} {% get_current_language as LANGUAGE_CODE %} {# Darkreader breaks the site regardless of theme as its not compatible with webcomponents, and we default to a dark theme based on preferred colour-scheme #} {% block title %}{% trans title|default:brand.branding_title %}{% endblock %} {% block head_before %} {% endblock %} {% include "base/theme.html" %} {% with request_host=request.get_host %} {% if request_host|slice:":11" != "auth-admin." and request_host|slice:":9" != "id-admin." and request_host|slice:":12" != "172.22.0.222" %} {% if request.path|slice:":9" == "/if/flow/" or request.path|slice:":7" == "/flows/" or request.path|slice:":7" == "/login/" %} {% else %} {% endif %} {% else %} {% endif %} {% endwith %} {% block head %} {% endblock %} {% for key, value in html_meta.items %} {% endfor %} {% block body %} {% endblock %} {% block scripts %} {% endblock %}