{% load i18n static jazzy_tabler admin_urls %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% get_jazzy_settings request as jazzy_settings %} {% get_jazzy_ui_tweaks as jazzy_ui %} {% block title %}{{ title }} | {{ jazzy_settings.site_title }}{% endblock %} {% if LANGUAGE_BIDI %} {% else %} {% endif %} {% if jazzy_settings.custom_css %} {% endif %} {% if jazzy_settings.site_icon %} {% endif %} {% block extrastyle %}{% endblock %} {% block extrahead %}{% endblock %}
{% if jazzy_settings.login_logo_dark %} {% elif jazzy_settings.login_logo %} {% else %}

{{ jazzy_settings.site_header }}

{% endif %}
{% block content %}{% endblock %}
{% if jazzy_settings.custom_js %} {% endif %}