{% extends 'base.html' %} {% block content %} {% include "podcasts/player-setup.html" %}
back to list
{% include "podcasts/episode.html" %} {% with object=episode owner=episode.user %} {% include 'comments/module.html' %} {% endwith %} {% endblock %}