{% 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 %}