{% extends 'base.html' %} {% block topbar %} {% with current_topbar="dash" %} {{block.super}} {% endwith %} {% endblock %} {% block sidebar %} {% include '_dash_sidebar.html' %} {% endblock %} {% block main %} {% block page_header %} {% endblock %}
{% include "_messages.html" %} {% block dash_main %}{% endblock %}
{% endblock %}