]> git.datanom.net - flask-test.git/blobdiff - app/templates/404.html
First half
[flask-test.git] / app / templates / 404.html
diff --git a/app/templates/404.html b/app/templates/404.html
new file mode 100644 (file)
index 0000000..1a02eee
--- /dev/null
@@ -0,0 +1,7 @@
+<!-- extend base layout -->
+{% extends "base.html" %}
+
+{% block content %}
+  <h1>File Not Found</h1>
+  <p><a href="{{ url_for('index') }}">Back</a></p>
+{% endblock %}
This page took 0.028535 seconds and 5 git commands to generate.