{% extends "base.html" %} {% block style %} {% endblock %} {% block content %}

Software error: {{ exception_type }}

{{ exception }}
{% set body %} URL: {{ request.url }} {{ tb.plaintext | safe }} {% endset %}

Traceback (most recent call last)

{{ summary | safe }} {#

Error in function "{{ last_frame.function_name }}": {{ last_frame_args | pprint }}

{{ last_frame.locals | pprint }}
#}
{% endblock %}