{% load foundry_tags %} {% for row in rows %}
{% 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 %}