aboutsummaryrefslogtreecommitdiff
path: root/templates/error.django
diff options
context:
space:
mode:
Diffstat (limited to 'templates/error.django')
-rw-r--r--templates/error.django8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/error.django b/templates/error.django
new file mode 100644
index 0000000..8a24f3b
--- /dev/null
+++ b/templates/error.django
@@ -0,0 +1,8 @@
+{% extends 'layouts/main.django' %}
+{% block content %}
+ <div class="centered-main">
+ <img src="/static/images/54a1a92a6d78ed091071255803c7057e.webp" class="q-img" />
+ <h1>{{ Title }}</h1>
+ <p>{{ Error|safe }}</p>
+ </div>
+{% endblock %}