{% extends "base.html" %} {% block title %}{{ _('Error') }}{% endblock %} {% block content %}

{{ _('Error') }} {{ status }}

{%- include "flash.html" %} {# Show flash messages #}

{{ message }}

{{ _('Return to Home') }}

{% endblock %}