{% if admin_config.favicon_url %} {% endif %} {% if theme_font_import_url | default('') %} {% else %} {% endif %} {% if theme_css | default('') %} {% endif %} {% set _ui = ui_config | default({}) %} {% if _ui.custom_css_url | default('') %} {% endif %} {% if _ui.custom_css | default('') %} {% endif %} {% block head_extra %}{% endblock %} {% for css_url in extra_css | default([]) %} {% endfor %} {% for js_url in extra_js | default([]) %} {% endfor %} {% if extra_css_inline | default('') %} {% endif %} {% if extra_js_inline | default('') %} {% endif %}
{% include "partials/topbar.html" %}
{% include "partials/sidebar.html" %}
{% include "partials/flash_messages.html" %}
{% block content %}{% endblock %}
{# Confirm dialog modal #} {% include "partials/command_palette.html" %} {% set _ui2 = ui_config | default({}) %} {% if _ui2.custom_js_url | default('') %} {% endif %} {% if _ui2.custom_js | default('') %} {% endif %}