{% extends "_layout.html" %} {%- import '_macros_errors.html' as macros_errors with context -%} {% block title %} {{ status }}: {{ error }} {% endblock title %} {% block content %}
{{ error }}!
{{ macros_errors.get_message() }}
{%- if retry_url is defined %}{{ _("You can retry") }} {{ _("here.") }}
{%- endif %}