eva/evapp/templates/evapp/dataloop.txt

4 lines
75 B
Plaintext
Raw Normal View History

2021-01-06 11:02:02 +00:00
{% for key, value in data.items %}
{{ key }}: {{ value }}
{% endfor %}