{%for col in df.columns%} {%endfor%} {% for idx,row in df.iterrows()%} {%for col in df.columns%} {%endfor%} {% endfor %}
{{col}}
{{row.get(col)}}