{% extends 'base.html.twig' %}{% block body %} <section id="home" class="relative"> {# ... Contenu hero du fichier base2 ... #} </section> <section id="services" class="py-20"> {# ... Contenu services ... #} </section>{% endblock %}{% block javascripts %} {# Copiez ici le script JS de votre fichier base2.html.twig #} <script> // Fonctions comme populateServiceCards(), updateAllContent(), etc. </script>{% endblock %}