diff --git a/client/episodes.html b/client/episodes.html
index 8a0cbb9..e83afc0 100644
--- a/client/episodes.html
+++ b/client/episodes.html
@@ -42,7 +42,7 @@ hr{
{{template "navbar"}}
{{$setting := .setting}}
@@ -54,8 +54,19 @@ hr{
-
{{.Title}} // {{ .Podcast.Title}}
-
{{ formatDate .PubDate }}
+
+
+
+
{{.Title}} // {{ .Podcast.Title}}
+
+
+ {{ formatDate .PubDate }}
+
+
+ {{ formatDuration .Duration}}
+
+
+
{{ .Summary }}
{{if .DownloadPath}}
Download
@@ -72,7 +83,19 @@ hr{
{{end}}
+
+
+
+
{{template "scripts"}}