{% for dictionary in data %} {% for key, value in dictionary.items %} <p>{{ key }} : {{ value }}</p> {% endfor %} {% endfor %}