{% import 'appbuilder/general/lib.html' as lib %} {% block title %} {% if title %} {{ title }} {% elif appbuilder and appbuilder.app_name %} {{ appbuilder.app_name }} {% endif %} {% endblock %} {% block head_meta %}{% endblock %} {% block head_css %} {% for entry in get_unloaded_chunks(css_manifest('theme'), loaded_chunks) %} {% endfor %} {% if entry %} {% set entry_files = css_manifest(entry) %} {% for entry in get_unloaded_chunks(entry_files, loaded_chunks) %} {% endfor %} {% endif %} {% endblock %} {% with filename="theme" %} {% include "superset/partials/_script_tag.html" %} {% endwith %} {% block navbar %} {% if not standalone_mode %}
{% include 'appbuilder/navbar.html' %}
{% endif %} {% endblock %} {% block body %}
{% endblock %} {% block tail_js %} {% if entry %} {% with filename=entry %} {% include "superset/partials/_script_tag.html" %} {% endwith %} {% endif %} {% endblock %}