{% extends 'layout.html.j2' %} {% block content %} {% if feed.image_filename %}

{% endif %}

{{ feed.name }}

Actions: Edit

Description: {{ feed.description }}

Subscribe:

{{ feed_uri }}
For Apple Podcasts, open the app and click on the Library tab along the bottom. Select the ellipsis in the top right and hit "Follow a Show by URL...". For other apps, look for an option allowing you to add a show by URL.

Upload Episode

Episodes

{% for episode in feed.episodes %} {% endfor %}
Name Published Length Actions
{{ episode.name }} {{ episode.publish_date.strftime("%H:%M %d/%m/%Y") }} {% if episode.duration %} {{ (episode.duration / 60) | round | int }}min {% else %} ? {% endif %} Delete Edit
{% endblock %}