{% extends "@ibexadesign/pagelayout.html.twig" %} {% block fullcontent %}

{{ ibexa_render_field( content, 'name' ) }}

{% for item in items.searchHits %} {{ render_esi( controller( 'ibexa_content:viewAction', {'locationId': item.valueObject.contentInfo.mainLocationId, 'viewType': 'line'} ) ) }} {% if not loop.last %}
{% endif %} {% endfor %}
{% endblock %}