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