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