{% if tableHeaderRows is not empty %} {% for tableHeaderRow in tableHeaderRows %} {% for column in tableHeaderRow.columns %} 1 %} colspan="{{ column.colspan }}"{% endif %}> {%- for child in column.children -%} {{- renderNode(child) -}} {% endfor %} {% endfor %} {% endfor %} {% endif %}