Rewrite error page decorative text as a poem
This commit is contained in:
parent
a3378b2137
commit
d56b54eb9b
1 changed files with 8 additions and 4 deletions
|
|
@ -4,11 +4,15 @@
|
||||||
<h1>
|
<h1>
|
||||||
{{ title | default(value="Unknown error") }}
|
{{ title | default(value="Unknown error") }}
|
||||||
</h1>
|
</h1>
|
||||||
{{ message | default(value="This error has not been described in detail.") }}
|
{{ message | default(value="This error has not been described in detail.") | linebreaksbr | safe }}
|
||||||
<hr>
|
<hr>
|
||||||
<div align=right style="margin-top: 4em; margin-right: 2em">
|
<div align=right style="margin-top: 8em; margin-right: 2em">
|
||||||
<p><em>It seems you have fallen out of the circle.</em></p>
|
<em style="font-size: 0.8em;">
|
||||||
<p>Maybe you'd like to climb back on the <a href="/tree">tree</a>?
|
fallen<br/>
|
||||||
|
out of the circle<br/>
|
||||||
|
you are welcome to climb<br/>
|
||||||
|
back onto the <a href="/tree">tree</a>
|
||||||
|
</em>
|
||||||
</div>
|
</div>
|
||||||
</p>
|
</p>
|
||||||
{%- endblock body %}
|
{%- endblock body %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue