atst/templates/reports.html
2018-08-02 16:03:54 -04:00

13 lines
131 B
HTML

{% extends "base.html" %}
{% block content %}
<main class="usa-section usa-content">
<h1>Reports</h1>
</main>
{% endblock %}