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

{{ page.title }}

, {{ page.owner.username | title}}
{% 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 %}