{% 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' %}

{{ dashboard.dashboard_title }}

{% endblock %}