{% extends "appbuilder/baselayout.html" %}
{% block head_css %}
{{super()}}
{% endblock %}
{% block head_js %}
{{super()}}
{% with filename="css-theme" %}
{% include "superset/partials/_script_tag.html" %}
{% endwith %}
{% endblock %}
{% block tail_js %}
{{super()}}
{% with filename="common" %}
{% include "superset/partials/_script_tag.html" %}
{% endwith %}
{% endblock %}