{% load composer_tags %} {% for row in rows %}
{% for column in row.columns %}
{% if column.title %}
{{ column.title }}
{% endif %} {% for tile in column.tiles %}
{% tile tile %}
{% endfor %}
{% endfor %}
{% endfor %}