{% extends "base.html.twig" %} {% block body %}

{{ 'pages.error-500.title' | trans }}

{{ 'pages.error-500.message' | trans }}

{{ 'pages.error-500.cta' | trans }}
{% if htmlError %}
{{ htmlError | raw }}
{% endif %}
{% endblock %}