Files
atst/templates/reports.html
2018-08-07 10:36:07 -04:00

13 lines
131 B
HTML

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