{{define "title"}}Browse{{end}} {{define "content"}} {{if .WatchlistIDs}}{{end}} {{template "browse_content" .}} {{end}} {{define "browse_content"}}

Browse

{{template "filter_bar" .}}
{{if eq (len .Animes) 0}}

No anime found

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