{% if block.name != '' %}

{{ block.name }}

{% endif %}
{% for item in valid_items %}
{{ render( controller( "ez_content:viewLocation", { "locationId": item.locationId, "viewType": "block_item", "params": {"image_alias": "contentgrid"} } ) ) }}
{# Begin a new row each time we are in an even iteration. #} {% if loop.index is even and not loop.last %}
{% endif %} {% endfor %}