{% for key, value in dict %}
  {{ loop.index0 }} -> {{ key }}: {{ value }}
{% endfor %}
