{% include 'head.html' %}
{{ status_code }}
{{ name }}
{% if exception %}{{ exception.name }}
{{ exception.message }}
{% if exception.notes %}{% for note in exception.notes %}
{% endif %} {% else %}- {{ note }}
{% endfor %}Oops!
Wordlette encountered an error while loading this page.
{% endif %}
{{ exception.stacktrace }}