{% extends "base.html" %} {% block title %}Error{% endblock %} {% block content %}

Error

{{ message|page_formatting }}

[Back] {% if with_retry %} [Retry] {% endif %}
{% endblock %}