dashboard/support/templates/support/index.html

7 lines
184 B
HTML

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