templates/home/index.html.twig line 1

Open in your IDE?
  1. {% extends 'layouts/front.html.twig' %}
  2. {% block stylesheets %}
  3.     <style>
  4.         {{ getContentData(category.content, 'gjs-css')|raw }}
  5.     </style>
  6. {% endblock %}
  7. {% block body %}
  8.     {# <pre>
  9.         {{ dump(secretaryService.getYears) }} 
  10.     </pre>
  11.     
  12.     <pre>
  13.         {{ dump(secretaryService.getSecretaries(2021)) }} 
  14.     </pre> #}
  15.     {% include "include/" ~ PROJECT ~ "/_slides.html.twig" %}    
  16.     {{ getContentData(category.content, 'gjs-html')|raw }}
  17.     {# {% include "include/_blocs.html.twig" %} #}
  18. {% endblock %}