{% extends "base.html" %} {% block title %}Error{% endblock %} {% block content %}
An error occurred while processing your request.
{{ error | e }}
{{ traceback | e }}
URL: {{ request.url }}
Method: {{ request.method }}
An unexpected error occurred. Please try again later.
If this problem persists, please contact support.
{% if error_id %}Error ID: {{ error_id }}
{% endif %}