{% set group = PODCASTS['active'] %}
{% for title, item in group.items() %}

{{title}}

{{item['summary']}}

{% endfor %}