{% 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 }}
{% endblock %}