{% load foundry_tags %} {% for row in rows %} {% foundrycache row %} {% for column in row.columns %} {% foundrycache column %} {% endfoundrycache %} {% endfor %}
{% if column.title %}
{{ column.title }}
{% endif %} {% if include_center_marker %} {% ifchanged column.designation %} {% if not column.designation %} _FOUNDRY_BLOCKNODE_PLACEHOLDER {% endif %} {% endifchanged %} {% endif %} {% for tile in column.tiles %} {% foundrycache tile %}
{% tile tile %}
{% endfoundrycache %} {% endfor %}
{% endfoundrycache %} {% endfor %}