{% extends 'base.html.twig' %}
{% block title %}Produits index{% endblock %}
{% block body %}
{% include 'partials/header.html.twig' %}
{% include 'partials/produits.html.twig' %}
toutes les prestations
{% include 'partials/footer.html.twig' %}
{% endblock %}