{% extends "superset/basic.html" %} {% block head_js %} {{ super() }} {% with filename="dashboard" %} {% include "superset/partials/_script_tag.html" %} {% endwith %} {% endblock %} {% block title %}[dashboard] {{ dashboard_title }}{% endblock %} {% block body %}
{% include 'superset/flash_wrapper.html' %}
{% endblock %}