{% extends "layout.html" %} {% import 'utils.html' as utils %} {% block title %}{{code}} {{status_text}} - {{ config.NAME }}{% endblock %} {% block header %} {% endblock %} {% block content %}
{% if not request.path.startswith('/admin') %} {% include "header.html" %} {% endif %}

{{code}} {{status_text}}

Something went wrong :(

{% if tb %}

Please consider opening an issue on GitHub.
Here is the traceback:

{{ tb }}
{% endif %}
{% endblock %}