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

Software error: {{ tb.exception_type }}

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

Submit as an issue on GitHub (requires an account with GitHub)

Traceback (most recent call last)

{{ tb.render_summary(include_title=False) | safe }}

Error in function "{{ tb.frames[-1].function_name }}": {{ last_frame_args | pprint }}

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