atst/templates/not_found.html
2018-08-08 13:54:15 -04:00

13 lines
139 B
HTML

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