{{define "title"}}Discover{{end}} {{define "content"}} {{if .IsTopPicks}}

Top Picks for You

The full ranked list from your current watchlist profile.

Back to Discover
{{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}}
{{else}}

Don't know what to watch?

Let us pick something for you from our vast collection of anime.

{{/* Trending Section */}}

Trending This Season

View all
{{template "discover_skeleton"}}
{{/* Upcoming Section */}}

Highly Anticipated

View all
{{template "discover_skeleton"}}
{{/* Top Section */}}

All-Time Greats

View all
{{template "discover_skeleton"}}
{{end}} {{end}} {{define "discover_section"}}
{{range .Animes}} {{template "anime_card" dict "Anime" . "WithActions" true "IsWatchlist" (index $.WatchlistMap .MalID)}} {{end}}
{{end}} {{define "discover_skeleton"}}
{{range (seq 8)}}
{{end}}
{{end}}