diff --git a/client/episodes.html b/client/episodes.html
new file mode 100644
index 0000000..b2facbd
--- /dev/null
+++ b/client/episodes.html
@@ -0,0 +1,182 @@
+
+
+
+
+
+
+ PodGrab
+
+
+
+
+
+
+
+{{range .podcastItems}}
+
+
+
+
+
+
{{.Title}} // {{ .Podcast.Title}}
+
{{ formatDate .PubDate }}
+
{{ .Summary }}
+
+
Download
+
+
+
+
+
+
+
+
+{{end}}
+
+
+
\ No newline at end of file
diff --git a/client/index.html b/client/index.html
index 7703d58..d6b8b8e 100644
--- a/client/index.html
+++ b/client/index.html
@@ -157,6 +157,11 @@
{{end}}
+