{% extends 'base.html.twig' %}

{% block content %}
    <h1>Error {{ status_code }}: {{ status_text }}</h1>
{% endblock %}
