{% for header in table[0] %} {% endfor %} {% for row in table.slice(1) %} {% for cell in row %} {% endfor %} {% endfor %}
{{ header }}
{{ cell }}