{% extends 'layouts/front.html.twig' %}{% block stylesheets %} <style> {{ getContentData(category.content, 'gjs-css')|raw }} </style>{% endblock %}{% block body %} {# <pre> {{ dump(secretaryService.getYears) }} </pre> <pre> {{ dump(secretaryService.getSecretaries(2021)) }} </pre> #} {% include "include/" ~ PROJECT ~ "/_slides.html.twig" %} {{ getContentData(category.content, 'gjs-html')|raw }} {# {% include "include/_blocs.html.twig" %} #}{% endblock %}