{{define "title"}}Home{{end}} {{define "content"}}
{{if .User}}
{{template "continue_watching_skeleton"}}
{{template "top_pick_for_you_skeleton"}}
{{end}}

Currently Airing

See more
{{template "catalog_skeleton"}}

Most Popular

See more
{{template "catalog_skeleton"}}
{{end}} {{define "top_pick_for_you_section"}} {{if gt (len .Animes) 0}}

Top Pick for You

Explore more
{{range .Animes}}
{{template "anime_card" dict "Anime" . "WithActions" true "IsWatchlist" (index $.WatchlistMap .MalID)}}
{{end}}
{{end}} {{end}} {{define "catalog_section"}} {{if eq .Section "Continue"}} {{if .ContinueWatching}} {{template "continue_watching" .ContinueWatching}} {{end}} {{else}}
{{range .Animes}} {{template "anime_card" dict "Anime" . "WithActions" true "IsWatchlist" (index $.WatchlistMap .MalID)}} {{end}}
{{end}} {{end}} {{define "catalog_skeleton"}}
{{range (seq 6)}}
{{end}}
{{end}} {{define "top_pick_for_you_skeleton"}}
{{range (seq 6)}}
{{end}}
{{end}} {{define "continue_watching_skeleton"}}

Continue Watching

{{range (seq 3)}}
{{end}}
{{end}}