{% load foundry_tags %} {% for row in rows %} {% for column in row.columns %} {% 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 %}
{% tile tile %}
{% endfor %}
{% endfor %}