eva/evapp/templates/evapp/dataloop.txt

4 lines
75 B
Plaintext

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