{% load wagtailcore_tags %} {% load i18n %}

{{ page.title }}

, {{ page.owner.username | title}}
{% block episode_contributors %} {% if render_detail and not render_for_feed and episode_contributors %} {% include "cast/contributors.html" %} {% endif %} {% endblock episode_contributors %} {% for block in page.body %} {% if block.block_type != "detail" or render_detail %}
{% include_block block %}
{% block detail_link %}{% endblock %} {% endif %} {% endfor %} {% if render_detail and episode_transcript_url %} {% endif %}