{% for row in searchResults|batch(2, []) %} {% for column in row %} {% if column.url is defined %}
{% if column.title is defined %} {{ column.title }} {% else %} Title here... {% endif %}