- trop de trucs d'un coup... je vais faire attention ensuite ^^'
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{# 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 %}
|
||||
Reference in New Issue
Block a user