{{template "commoncss"}}
{{template "navbar" .}}
{{$setting := .setting}} {{range .podcastItems}}
{{ .Title }}

{{.Title}} {{if .Podcast.Title }} // {{ .Podcast.Title}} {{end}}

{{ naturalDate .PubDate }}
{{ formatDuration .Duration}}

{{ .Summary }}

{{if .DownloadPath}} Download Delete {{else}} {{if not $setting.AutoDownload}} Download to Disk {{else}} {{if eq .DownloadStatus 3}} Download to Disk {{end}} {{end}} {{end }}

{{end}}
{{if .previousPage }} Newer {{end}} {{if .nextPage }} Older {{end}}
{{template "scripts"}}