{% extends 'base.html' %} {% block content %}

Current Podcasts

{% set group = PODCASTS['active'] %} {% include 'flex_group.html' %}

Retired Podcasts

{% set group = PODCASTS['retired'] %} {% include 'flex_group.html' %}
{% endblock %}