{% extends 'templates/base.html' %} {% block title %}{{super()}} | Error{% endblock %} {% block main %}
{% if code %}

{{code}}

{% endif %} {% if message %}

{{message}}

{% endif %} {% if stack %}

{{stack}}

{% endif %} {% if not stack %}

I would really appreciate it if you would report this error.

{% endif %} {% if code %}{% endif %}
{% endblock %}