diff --git a/web/templates/watchlist.templ b/web/templates/watchlist.templ index 9658a8d..a457110 100644 --- a/web/templates/watchlist.templ +++ b/web/templates/watchlist.templ @@ -8,34 +8,117 @@ import ( "math" ) -templ Watchlist(entries []db.GetUserWatchListRow, layout string, currentStatus string, sortBy string, sortOrder string) { +templ Watchlist( + entries []db.GetUserWatchListRow, + layout string, + currentStatus string, + sortBy string, + sortOrder string, +) { @Layout("mal - watchlist", true) { -
Track what you're watching with less noise.
++ Track what you're watching with less noise. +