diff --git a/static/list.html b/static/list.html
new file mode 100644
index 0000000..6a0a77d
--- /dev/null
+++ b/static/list.html
@@ -0,0 +1,175 @@
+
+
+
+
+
YTSFlix {{ .Category}}
+
+
+
+{{template "navigation"}}
+
+ {{ .Category }}
+
+
+
+ {{ range $title, $movie := .Movies }}
+
+
+
+
+ {{ end }}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/nav.html b/static/nav.html
index b4c0024..cfb0181 100644
--- a/static/nav.html
+++ b/static/nav.html
@@ -78,7 +78,7 @@
window.location = "/movies/" + search;
}
-
+