add Flask error handlers
This commit is contained in:
12
templates/not_found.html
Normal file
12
templates/not_found.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% extends "error_base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<main class="usa-section usa-content">
|
||||
|
||||
<h1>Not Found</h1>
|
||||
|
||||
</main>
|
||||
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user