{% extends 'dash/common/base.html' %}
{% block dash %}
{% include "common/components/error.html" %}
<h2>{{ title }}</h2>
{% endblock %}