{% extends "podjango/base_podcast.html" %} {% block subtitle %}{{ object.title|striptags }} - The Corresponding Source - {% endblock %} {% block content %}

{% include 'podjango/feed_links.inc.html' %} The Corresponding Source

{% include 'podjango/audio_ogg_button.inc.html' %} {% include 'podjango/audio_mp3_button.inc.html' %} {{ object.title|safe }}

{{ object.pub_date|date:"j F Y" }}

Download

oggmp3

Summary

{{ object.summary|safe }}

This show was released on {{ object.pub_date|date:"l j F Y" }}; its running time is {{ object.duration}}.

Show Notes

{{ object.body|safe }}
{% include "podjango/credits.inc.html" %} {% include "podjango/feedback.inc.html" %} {% include "podjango/license.inc.html" %}
{% if object.tags.all %}

Tags: {% for tag in object.tags.all %}{{ tag.label }}{% if not forloop.last %}, {% endif %}{% endfor %}

{% endif %}

Other FaiF oggcasts…

{% endblock %}