Jinja2: How to iterate over a dictionary? May 22, 2018 There you go: {% for key, value in MYDICT.items() %} {% endfor %}