]> git.datanom.net - flask-test.git/blobdiff - app/templates/500.html
First half
[flask-test.git] / app / templates / 500.html
diff --git a/app/templates/500.html b/app/templates/500.html
new file mode 100644 (file)
index 0000000..bda4fd0
--- /dev/null
@@ -0,0 +1,8 @@
+<!-- extend base layout -->
+{% extends "base.html" %}
+
+{% block content %}
+  <h1>An unexpected error has occurred</h1>
+  <p>The administrator has been notified. Sorry for the inconvenience!</p>
+  <p><a href="{{ url_for('index') }}">Back</a></p>
+{% endblock %}
This page took 0.02863 seconds and 5 git commands to generate.