{% extends "partials/layout.html" %} {% block pageContent %}

500 - {{ "Internal Server Error" | tr }}

{{ "A fatal error has occurred." | tr }} {{ "Details have been logged and will be reviewed by the " "postmaster posthaste. We apologize for any inconvenience " "this may have caused." | tr }}

{% if config.getboolean("options", "traceback") %}
{{ traceback }}
{% endif %}
{% endblock %}