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

Airing & Popular

{{template "section_action" dict "Href" "/browse?status=airing&order_by=popularity&sort=asc" "Label" "View all"}}
{{template "catalog_skeleton"}}
{{end}} {{define "top_pick_for_you_section"}} {{if gt (len .Animes) 0}}

Top Pick for You

{{template "section_action" dict "Href" "/discover/top-picks" "Label" "View all"}}
{{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}}