{#Integration du fichier base.html.twig#} {% extends 'base.html.twig'%} {#Titre de la page#} {% block title %} Liste des clients {% endblock %} {#Bloc En tete de la page#} {% block head %} {% endblock %} {#Corps de la page#} {% block body %} {#Conteneur Principal#}