{% for record in data.records %}{% for datum in record.data %}{{ datum }}
{% endfor %}{% endfor %}
