{% extends "layouts/base.html" %} {% from "components/ui.html" import button %} {% block title %}404 · {{ app_name }}{% endblock %} {% block content %} 404 Page non trouvée La page que vous recherchez n'existe pas. {{ button("Retour à l'accueil", variant="primary", href="/") }} {% if error %} Chemin demandé : {{ error.path }} Détail affiché uniquement en mode développement (APP_ENV=dev). {% endif %} {% endblock %}
404
La page que vous recherchez n'existe pas.
Chemin demandé : {{ error.path }}
{{ error.path }}
Détail affiché uniquement en mode développement (APP_ENV=dev).