{% extends "layouts/base.html" %} {% from "components/ui.html" import button %} {% block title %}403 · {{ app_name }}{% endblock %} {% block content %} 403 Accès interdit Vous n'avez pas l'autorisation d'accéder à cette ressource. {{ button("Retour à l'accueil", variant="primary", href="/") }} {% endblock %}
403
Vous n'avez pas l'autorisation d'accéder à cette ressource.