diff --git a/client/index.html b/client/index.html
index eeb23e5..d6523e3 100644
--- a/client/index.html
+++ b/client/index.html
@@ -3,15 +3,160 @@
+
PodGrab
+
+
+
+
+
+
+{{range .podcasts}}
+
+
+
+
+
+
{{.Title}}
+
{{ .Summary }}
-
- {{range .podcasts}}
- - {{.Title}}
-
{{end}}
-
+
+
+ {{ len .PodcastItems }} episodes
+
+
+
+
+{{end}}
+