{% set dict = { "one" : 1, "two" : 2 } %} {% for key, value in items(dict) %} {{ key }} : {{ value }} {% endfor %}