{% extends 'Application/' ~ settings.get('theme') ~ '/base.html.twig' %} {% block title %}{{ 'Actualités'|trans }}{% endblock %} {% block body %} {# On inclut le même bloc (pas de fragment ici, on a déjà les variables) #} {% include 'Application/' ~ settings.get('theme') ~ '/home/news.html.twig' with { news: news, petiteNews: petiteNews } %} {% endblock %}