{% for h in headers %} {% endfor %} {% for row in data %} {% for col in row %} {% endfor %} {% endfor %}
{{ h }}
{{ col }}