{% extends 'podcasts/base.html' %} {% load static thumbnail %} {% block head %} {{ block.super }} {% if page_obj.has_next %} {% endif %} {% endblock head %} {% block main %} {% block hero %} {% if page_obj.number == 1 and not category %}
{% if podcast.subtitle %}{{ podcast.subtitle }}{% endif %} {% if podcast.about_page_id %}{% if podcast.subtitle %}Find out more{% else %}{{ podcast.about_page.title }}{% endif %}{% endif %}
{% endif %}To make sure you don’t miss our first episode, follow the podcast using one of the buttons above.
{% else %}Sorry, no episodes can be found matching these criteria.
{% endif %} {% if page_obj.has_next %}