{% extends 'wagtail_podcast/podcast_base.html' %} {% load static wagtailimages_tags wagtailcore_tags social_share i18n %} {% block main %}
{% image page.image fill-1000x667-c100 as header_image %} {{ page.image.title }}

{{ page.title }}

  • {{ page.author }}
  • {{ page.first_published_at|date:"DATE_FORMAT" }}

{% if page.page_text %} {{ page.page_text|richtext }} {% else %}

{% trans "No text available" %}

{% endif %}

{% block extra_js %} {% endblock %} {% endblock %}