eva/evapp/templates/evapp/dataloop.txt

5 lines
185 B
Plaintext

{% autoescape off %}
{% for key, value in data.items %}{% if key == 'laptop' %} {{ key }}: {{ value | safe}}{% else %}
{{ key }}: {{ value }}{% endif %}{% endfor %}
{% endautoescape %}