{% extends "base.html" %} {%- block body %}

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

{{ message | default(value="Unexpected error") | linebreaksbr | safe }} {% if config.error_poem %}
fallen
out of the circle
you are welcome to climb
back onto the {% if config.tree %}tree{% else %}tree{% endif %}
{% endif %} {%- endblock body %}