{% for title, link in bball_breakdown_posts.iteritems() %}
jinja2.exceptions.UndefinedError: 'dict object' has no attribute 'iteritems' I changed .iteritems() to .items i got the same error`
{% for title, link in bball_breakdown_posts.items() %}
{% for title, link in bball_breakdown_posts.iteritems() %}
jinja2.exceptions.UndefinedError: 'dict object' has no attribute 'iteritems' I changed .iteritems() to .items i got the same error`
{% for title, link in bball_breakdown_posts.items() %}