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 %}