{% for header in table.header %} {% endfor %} {% for row in table.body %} {% for td in row %} {% endfor %} {% endfor %}
{{ header }}
{{ td }}