{% for col in table[0] %} {% endfor %} {% for col in table[1:] %} {% for cell in col %} {% endfor %} {% endfor %}
{{col}}
{{cell}}