- {{range .Animes}}
- {{template "anime_card" dict "Anime" . "WithActions" true "IsWatchlist" (index $.WatchlistMap .MalID)}}
- {{end}}
-
-{{end}}
-
-{{define "discover_for_you_section"}}
-{{if gt (len .Animes) 0}}
-
{{range (seq 8)}}
diff --git a/templates/index.gohtml b/templates/index.gohtml
index cacebe8..1e04ecb 100644
--- a/templates/index.gohtml
+++ b/templates/index.gohtml
@@ -5,6 +5,10 @@
{{template "continue_watching_skeleton"}}
+
+
+ {{template "top_pick_for_you_skeleton"}}
+
{{end}}
@@ -36,6 +40,37 @@
{{end}}
+{{define "top_pick_for_you_section"}}
+ {{if gt (len .Animes) 0}}
+
+ {{end}}
+{{end}}
+
{{define "catalog_section"}}
{{if eq .Section "Continue"}}
{{if .ContinueWatching}}
@@ -61,6 +96,26 @@
{{end}}
+{{define "top_pick_for_you_skeleton"}}
+