From 6efea21632dbbd18549d2ac56bff9b091695a47d Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sun, 7 Jun 2026 17:45:40 +0200 Subject: [PATCH] style: migrate index page to v4 syntax --- templates/index.gohtml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/templates/index.gohtml b/templates/index.gohtml index 2f5eac8..a2302b8 100644 --- a/templates/index.gohtml +++ b/templates/index.gohtml @@ -51,19 +51,19 @@
-
+
{{range .Animes}}
{{template "anime_card" dict "Anime" . "WithActions" true "IsWatchlist" (index $.WatchlistMap .MalID)}}
{{end}}
- - - -
@@ -103,7 +103,7 @@
-
+
{{range (seq 6)}}
@@ -120,7 +120,7 @@

Continue Watching

-
+
{{range (seq 3)}}
@@ -129,12 +129,12 @@
{{end}}
- - - -