22 lines
622 B
HTML
22 lines
622 B
HTML
{% load static %}
|
|
|
|
<p>
|
|
<a href="{{ obj.ogg_path }}"><img alt="[Direct download of cast in Ogg/Vorbis
|
|
format]" src="{% static 'img/cast/audio_ogg_button.png' %}"/></a>
|
|
<a href="{{ obj.mp3_path }}"><img alt="[Direct download of cast in MP3 format]"
|
|
src="{% static 'img/cast/audio_mp3_button.png' %}"/></a>
|
|
</p>
|
|
<p>
|
|
{{ obj.summary|safe }}
|
|
</p>
|
|
<div>
|
|
<h3>Show Notes:</h3>
|
|
</div>
|
|
|
|
{{ obj.body|safe }}
|
|
|
|
<hr width="80%"/>
|
|
|
|
{% include "podjango/feedback.inc.html" %}
|
|
{% include "podjango/credits.inc.html" %}
|
|
{% include "podjango/license.inc.html" %}
|