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

{{ dashboard.dashboard_title }}

{% if not standalone_mode %} {% endif %}
{% endblock %}