{% 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 %}