From f00159f53b3774601500ec65345791311ff6efa1 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 30 Jan 2024 16:16:05 +0000 Subject: migrate to poem and askama --- templates/error.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 templates/error.html (limited to 'templates/error.html') diff --git a/templates/error.html b/templates/error.html new file mode 100644 index 0000000..a3ffff4 --- /dev/null +++ b/templates/error.html @@ -0,0 +1,10 @@ +{% extends "base.html" %} + +{% block content %} + +
+

Error {{ status }}

+

{{ message }}

+
+ +{% endblock %} \ No newline at end of file -- cgit