diff --git a/templates/watchlist_partial.gohtml b/templates/watchlist_partial.gohtml deleted file mode 100644 index c56a4d5..0000000 --- a/templates/watchlist_partial.gohtml +++ /dev/null @@ -1,84 +0,0 @@ -{{define "title"}}Watchlist{{end}} -{{define "content"}} -
-

Watchlist

- -
-
- - - - - -
- -
- -
- -
- -
- - -
-
- -
- {{range $status := $.StatusOrder}} - {{$entries := index $.WatchlistByStatus $status}} - {{if $entries}} -
-
- {{range $entries}} -
-
- - {{.DisplayTitle}} - -
-
- -
-
-
-

- {{.DisplayTitle}} -

-
- {{end}} -
-
- {{end}} - {{end}} - - {{if eq (len $.AllEntries) 0}} -
- -

Your watchlist is empty.

- Browse anime -
- {{end}} -
-
- - {{end}}