{% extends 'Application/' ~ settings.get('theme') ~ '/base.html.twig' %} {% block title %}{{ 'Aktualności'|trans }}{% endblock %} {% block body %} {# Dołączamy ten sam blok (mamy już dostępne zmienne) #} {% include 'Application/' ~ settings.get('theme') ~ '/home/news.html.twig' with { news: news, petiteNews: petiteNews } %} {% endblock %}