aboutsummaryrefslogtreecommitdiff
path: root/src/templates/error.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/error.html')
-rw-r--r--src/templates/error.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/templates/error.html b/src/templates/error.html
new file mode 100644
index 0000000..5de1923
--- /dev/null
+++ b/src/templates/error.html
@@ -0,0 +1,7 @@
+{% extends "templates/partials/master.html" %}
+{% block content %}
+<h1>{{ $code }} - {{ $msg }}</h1>
+<p>
+ <a href="/">Go back</a>
+</p>
+{% endblock %}