{% extends 'base.html' %}
{% block content %}
<h1>
{{ _('Error!') }}: {{ message }}
</h1>
{% endblock %}