templates/pages/aside-fiche-thematique.html.twig line 1

Open in your IDE?
  1. {% if app.request.attributes.get('structure').document.extensionsData.offsetGet('excerpt').categories|length > 0 %}
  2.     {% set theme = app.request.attributes.get('structure').document.extensionsData.offsetGet('excerpt').categories[0] %}
  3. {% endif %}
  4. {% include "pages/aside-element.html.twig" with {type: 'fiche-thematique-ressources', title: 'Les ressources'} %}
  5. {% include "pages/aside-element.html.twig" with {type: 'fiche-thematique-actualites', title: 'Les actualités', withKiosque: true} %}
  6. {% include "pages/aside-element.html.twig" with {type: 'fiche-thematique-acteurs', title: 'Les acteurs'} %}