Maintain {{ csv }}

{% for col in header %} {% endfor %} {% for row_index in range(rows|length + 1) %} {% for col_index in range(header|length) %} {% endfor %} {% endfor %}
{{ col }}