eva/evapp/templates/evapp/dataloop.txt

6 lines
116 B
Plaintext
Raw Normal View History

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