{% extends 'base.html.twig' %} {% block body %}

{{ podcast.name }}

By {{ podcast.author }}.
Contact: {{ podcast.email }}
{% set feed = url('app_podcast_feed', {slug: podcast.slug}) %} Feed URL: {{ feed }}

{% endblock %}