{% load wagtailcore_tags %}
{% 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 %}
{{ vue_message|json_script:"vue-message"}} {{ initial_value|json_script:"initial-value"}}