{{define "title"}}Top Picks{{end}} {{define "content"}}

Top Picks for You

Back to Home
{{if eq (len .Animes) 0}}

No top picks yet

Add a few anime to your watchlist so the recommender has something to learn from.

{{else}}
{{range .Animes}} {{template "anime_card" dict "Anime" . "WithActions" true "IsWatchlist" (index $.WatchlistMap .MalID)}} {{end}}
{{end}}
{{end}}