From ad3817dfee5e3cf2fc2292365585e99209386578 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sun, 24 May 2026 01:50:24 +0200 Subject: [PATCH] fix: reserve continue watching space --- templates/index.gohtml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) 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}}