From 2cf2a68bd1c25d8fe4f3126f40bd57982cc6b2a4 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Sun, 3 Dec 2023 19:22:12 +0100 Subject: initial commit --- src/jwebmail/templates/exception_.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/jwebmail/templates/exception_.html (limited to 'src/jwebmail/templates/exception_.html') diff --git a/src/jwebmail/templates/exception_.html b/src/jwebmail/templates/exception_.html new file mode 100644 index 0000000..0b093b1 --- /dev/null +++ b/src/jwebmail/templates/exception_.html @@ -0,0 +1,30 @@ + + + + + + Error + + + +

Error

+

+ {% if error is defined %} + {{ error }} + {% else %} + Uwu :( + {% endif %} +

+ + {% if links is defined %} + See: + + {% endif %} + + + -- cgit v1.2.3