{% extends 'partials/base.html.twig' %}

{% block content %}
    <div class="lead text-center">
        <h1>{{ 'ERROR'|t }}</h1>
        {{ page.content }}
    </div>
{% endblock %}