summaryrefslogtreecommitdiff
path: root/templates/error.html.twig
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2023-10-16 15:16:55 -0400
committersowgro <tpoke.ferrari@gmail.com>2023-10-16 15:16:55 -0400
commit753be9b8271a32a1b6319f1a7ee8ba2d63f138a9 (patch)
tree2582add260e1c27d0effc53de12023e07368c1a6 /templates/error.html.twig
downloadgrav-sowtheme-753be9b8271a32a1b6319f1a7ee8ba2d63f138a9.tar.gz
grav-sowtheme-753be9b8271a32a1b6319f1a7ee8ba2d63f138a9.tar.bz2
grav-sowtheme-753be9b8271a32a1b6319f1a7ee8ba2d63f138a9.zip
first commit
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 %}