{% extends "appbuilder/baselayout.html" %}
{% block head_css %}
{{super()}}
{% for entry in get_unloaded_chunks(css_manifest('theme'), loaded_chunks) %}
{% endfor %}
{% endblock %}
{% block head_js %}
{{super()}}
{% with filename="theme" %}
{% include "superset/partials/_script_tag.html" %}
{% endwith %}
{% endblock %}
{% block tail_js %}
{{super()}}
{% with filename="preamble" %}
{% include "superset/partials/_script_tag.html" %}
{% endwith %}
{% endblock %}