Files
Mangarr/templates/bundles/TwigBundle/Exception/error404.html.twig

10 lines
260 B
Twig

{# templates/bundles/TwigBundle/Exception/error404.html.twig #}
{% extends 'base.html.twig' %}
{% block title %}Page non trouvée{% endblock %}
{% block body %}
<h1>Page non trouvée</h1>
<p>La page que vous cherchez n'existe pas.</p>
{% endblock %}