{% extends "templates/base.html" %} {% block main %}

An Error Occurred

{{ message }}

{% if status_code %}

The backend returned status code {{ status_code }}.

{% endif %} {% if json %}

Backend Response:

{{ json }}
{% endif %} {% if stack %}

Stack trace:

    {{ stack }}
  
{% endif %} {% endblock main %}