add Flask error handlers

This commit is contained in:
dandds
2018-08-08 11:26:54 -04:00
parent 2cfc142417
commit 7b8934e0cb
7 changed files with 34 additions and 18 deletions

12
templates/not_found.html Normal file
View File

@@ -0,0 +1,12 @@
{% extends "error_base.html" %}
{% block content %}
<main class="usa-section usa-content">
<h1>Not Found</h1>
</main>
{% endblock %}