{% extends 'base.html.twig' %} {% block title %}Mises en avant{% endblock %} {% block importmap %} {{ importmap(['app', 'module']) }} {% endblock %} {% block body %}

Mises en avant

{% include '_index_search.html.twig' with {searchForm : searchForm} %}
{% for item in items %} {% set title = item.label %} {% set title = '' ~ title ~ '' %} {% include '_index_module_item.html.twig' with { 'one' : title, 'two' : "", 'three' : "" , 'four' : '', } %} {% endfor %}
{% endblock %}