{# Error page (spec section 10.2). Context: status_code int -- HTTP status shown as the badge, optional error_code str -- stable machine-readable code (spec 9.3), optional error str -- human-readable, already-generic message back_url str -- link target for the escape hatch, optional back_label str -- link text, defaults to "Back to sign in" #} {% extends "base.html" %} {% block page_title %}{{ title }} · Error{% endblock %} {% block heading %}Something went wrong{% endblock %} {% block subheading %}{% endblock %} {% block content %}
{{ status_code }}
{% endif %}{{ error or "The request could not be completed." }}
{% if error_code %}{{ error_code }}
{% endif %}