{% extends 'base.html' %} {% block content %}
Dashboard View {% include 'dashboard_toolbar.html' %}
{% include 'dashboard_view.html' %}
{% endblock content %} {% block scripts %} {% endblock scripts %}