diff --git a/templates/index.gohtml b/templates/index.gohtml index c647654..bcaaa56 100644 --- a/templates/index.gohtml +++ b/templates/index.gohtml @@ -1,8 +1,10 @@ {{define "title"}}Home{{end}} {{define "content"}} -
+
{{if .User}} -
+
+ {{template "continue_watching_skeleton"}} +
{{end}}
@@ -72,3 +74,18 @@ {{end}}
{{end}} + +{{define "continue_watching_skeleton"}} +
+

Continue Watching

+
+ {{range (seq 3)}} +
+
+
+
+
+ {{end}} +
+
+{{end}}