{% if links|length > 3 %} {% for item in links|batch(3) %}
{% endfor %} {% else %}
{% endif %}