{% for column in payload.columns %} {% endfor %} {% for row in payload.rows %} {% for cell in row %} {% endfor %} {% endfor %}
{{ column }}
{{ cell }}