{% load paniktags thumbnail staticfiles %} {% if title and episodes %}

{{title}}

{% endif %} {% for episode in episodes %}
{% if episode.main_sound %}
{% audio sound=episode.main_sound %}
{% endif %} {% if episode.text %}
{{ episode.text|safe|striptags|truncatewords:35 }}
{% endif %}
{% endfor %}