{% for col in columns %}
{% if col.label %}{{ col.label }}{% endif %} {% if col.label_sub %}{{ col.label_sub }}{% endif %}
{% for row in col.rows %} {% if not loop.first %}
{% endif %}
{{ row.title }}
{% if row.body %}
{{ row.body }}
{% endif %}
{% endfor %}
{% endfor %}