{% extends 'layout.html.twig' %}

{% block body %}
    {{ message | default('Error') | raw }}
{% endblock %}
