Nibor
2
Q:

jinja2 iterate dict

{% for key, value in dict_item.items() %}
  <h1>Key: {{key}}</h1>
  <h2>Value: {{value}}</h2>
{% endfor %}
2

New to Communities?

Join the community