{% for currentNewsIndex,news in newsFeedData %} {# {% if loop.index > 6 %}#} {% if app.request.get('_route') == "homepage" and currentNewsIndex % 6 == 0 %} {% set boxIndex = (currentNewsIndex / 6) %} {% if newsBoxes[boxIndex] is defined %}
{{ news.title|raw }}