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