summaryrefslogtreecommitdiff
path: root/templates/404.jinja
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/404.jinja9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/404.jinja b/templates/404.jinja
new file mode 100644
index 0000000..c802610
--- /dev/null
+++ b/templates/404.jinja
@@ -0,0 +1,9 @@
+{% extends "page.jinja" %}
+{% set title = "404 -- Seite konnte nicht gefunden werden!" %}
+{% set heading = "404 -- Seite nicht gefunden" %}
+
+{% block content %}
+<p>
+ Sorry - die Seite <i>{{page}}</i> konnte nicht gefunden werden.
+</p>
+{% endblock %}