Loop through a dictionary

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