summaryrefslogtreecommitdiff
path: root/templates/error.html.twig
diff options
context:
space:
mode:
Diffstat (limited to 'templates/error.html.twig')
-rw-r--r--templates/error.html.twig8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/error.html.twig b/templates/error.html.twig
new file mode 100644
index 0000000..c945464
--- /dev/null
+++ b/templates/error.html.twig
@@ -0,0 +1,8 @@
+{% extends 'partials/base.html.twig' %}
+
+{% block content %}
+ <div class="lead text-center">
+ <h1>Error!</h1>
+ {{ page.content|raw }}
+ </div>
+{% endblock %}