{% extends "podcasting/podcasting_base.html" %}
{% block head_title %}current edition{% endblock %}
{% block body_class %}page-current-episode{% endblock %}
{% block content %}
{% include 'podcasting/_current_episode.html' %}
{% block current_episode_extra %}{% endblock %}
{% endblock %}