From 753be9b8271a32a1b6319f1a7ee8ba2d63f138a9 Mon Sep 17 00:00:00 2001 From: sowgro Date: Mon, 16 Oct 2023 15:16:55 -0400 Subject: first commit --- templates/error.html.twig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/error.html.twig (limited to 'templates/error.html.twig') 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 %} +
+

Error!

+ {{ page.content|raw }} +
+{% endblock %} -- cgit v1.2.3