{% extends 'base.html.twig' %} {% block title %}New Plats{% endblock %} {% block stylesheets %} <link rel="stylesheet" href="{{ asset('css/ControllerVues/new.css') }}"> <!-- Ajout du fichier CSS --> {% endblock %} {% block body %} <h1>Créer un nouveau plat</h1> {{ include('plats/_form.html.twig') }} <a href="{{ path('app_plats_index') }}">Retour à la liste</a> {% endblock %}