From d56b54eb9b51a8df5a4465c994618dcf9061411b Mon Sep 17 00:00:00 2001 From: jutty Date: Wed, 10 Dec 2025 09:26:46 -0300 Subject: [PATCH] Rewrite error page decorative text as a poem --- templates/error.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/templates/error.html b/templates/error.html index 8a2ec3d..971cbfe 100644 --- a/templates/error.html +++ b/templates/error.html @@ -4,11 +4,15 @@

{{ title | default(value="Unknown error") }}

- {{ message | default(value="This error has not been described in detail.") }} + {{ message | default(value="This error has not been described in detail.") | linebreaksbr | safe }}
-
-

It seems you have fallen out of the circle.

-

Maybe you'd like to climb back on the tree? +

+ + fallen
+ out of the circle
+ you are welcome to climb
+ back onto the tree +

{%- endblock body %}