eva/evapp/templates/evapp/dataloop.txt

6 lines
116 B
Plaintext

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