{% assign categories = page.categories %} {% for category in categories %} {{category}} {% unless forloop.last %} {% endunless %} {% endfor %}

{{page.title}}

{% if post.cover %} Podcast Cover {% else %} Podcast Cover {% endif %}

{{page.description}}

{% capture file %} {{- page.file -}} {% endcapture %} {% capture title %} {{- page.title -}} {% endcapture %} {% include player.html file = file title = title %} {% if page.videoid %} {% include video.html videoid = page.videoid %} {% endif %} {{ content }} {% if site.data.settings.shownotes == true %} {% include shownotes.html %} {% endif %}