score:0

if you're looping though a dict, you want to use this syntax to access the data:

{%for key, value in data%} var key = {{key}}, var value = {{value}} {%endfor%}


Related Query

More Query from same tag