Add Bootstrap simple template and error handling

This commit is contained in:
2020-01-09 05:20:50 +01:00
parent 15ac576058
commit 667bed6edf
13 changed files with 138 additions and 57 deletions

View File

@@ -0,0 +1,6 @@
{% extends "base.html" %}
{% block app_content %}
<h1>Sorry, we couldn't find that</h1>
<p><a href="{{ url_for('index') }}">Back</a></p>
{% endblock %}