diff --git a/templates/browse.gohtml b/templates/browse.gohtml index edf83aa..b35ebfa 100644 --- a/templates/browse.gohtml +++ b/templates/browse.gohtml @@ -7,23 +7,23 @@ {{define "browse_content"}}
-

Browse

+

Browse

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

No anime found

-
- Clear filters - Browse popular +
+ +

No anime found

+

Try clearing filters or browsing what’s popular.

+
{{else}} -
+
{{range .Animes}} {{template "anime_card" dict "Anime" . "WithActions" true "IsWatchlist" (index $.WatchlistMap .MalID)}} {{end}}