{% extends 'layouts/barebone.njk' %} {% set title = error_code + ' - ' + error_message %} {% block _stylesheets %} {% endblock %} {% block _body %}
{% if flash %} {{ macros.messages(flash) }} {% endif %}
{{ error_code }}
{{ error_message }}
{{ error_instructions|safe }}
Error ID: {{ error_id | default('Request has no indentifier.') }}
If you think this isn't right, please contact us with the above error ID at {{ app.contact_email }}.
{% endblock %}