eva/evapp/templates/evapp/dataloop.txt

5 lines
84 B
Plaintext

dataloop
{% for key, value in data.items %}
{{ key }}: {{ value }}
{% endfor %}