{% extends "./contentitem.html" %} {% block body %}

Episode

{% with content_url=item.content_url %}

Listen to the full episode at {{ content_url }}

{% endwith %}

Episode Description

{% autoescape off %} {{ item.description_html }} {% endautoescape %} {% endblock %}