{% import 'helpers.html' as helpers %} {{ helpers.component_full(table.superheader)|safe if table.superheader }} {% if table.header %} {% for cell in table.header.cells %} {% endfor %} {% endif %} {% for row in table.children %} {{ row.rendered | safe }} {% endfor %}
{{ cell.content | safe }}