{{template "commoncss" .}}
{{template "navbar" .}}
 
Title ${detailPodcast.Title}
Author ${ detailPodcast.Author }
Original Url Link
Summary ${ detailPodcast.Summary }
Added On ${ getFormattedDate(detailPodcast.CreatedAt)}
Last Episode ${ getFormattedLastEpisodeDate(detailPodcast)}
Paused ${ detailPodcast.IsPaused?'Yes':'No' }
Podgrab Feed Link
{{template "scripts"}}