{% include 'head.html' %}

{{ status_code }}

{{ name }}

{% if exception %}
{{ exception.name }}

{{ exception.message }}

{% else %}

Wordlette encountered an error while trying to load this page.

{% endif %} Return Home {% if exception %}

Stacktrace

{{ exception.stacktrace }}
{% endif %}
{% include "foot.html" %}