{% extends 'podcasts/base.html' %} {% load thumbnail podcasts miditags %} {% block main %}
{{ object.player_html }} {% if object.body %} {{ object.body|miditags|markdown }} {% else %} {{ object.feed_description|miditags|markdown }} {% endif %}
{% if object.categories.exists %}
{% for category in object.categories.all %} {% endfor %}
{% endif %} {% include 'podcasts/share_buttons.html' %}
{% endblock main %}