{{define "title"}}Discover{{end}} {{define "content"}}

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"}}
{{/* For You Section */}}

For You

Based on your watchlist
{{template "discover_skeleton"}}
{{/* Upcoming Section */}}

Highly Anticipated

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

All-Time Greats

View all
{{template "discover_skeleton"}}
{{end}} {{define "discover_section"}}
{{range .Animes}} {{template "anime_card" dict "Anime" . "WithActions" true "IsWatchlist" (index $.WatchlistMap .MalID)}} {{end}}
{{end}} {{define "discover_row"}}
{{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}}

For You

Based on your watchlist
{{range .Animes}} {{template "anime_card" dict "Anime" . "WithActions" true "IsWatchlist" (index $.WatchlistMap .MalID)}} {{end}}
{{end}} {{end}} {{define "discover_skeleton"}}
{{range (seq 8)}}
{{end}}
{{end}}