package templates import "mal/internal/jikan" import "mal/internal/database" import "fmt" type WatchingAnimeWithDetails struct { Entry database.GetWatchingAnimeRow Anime jikan.Anime } templ Notifications(watching []WatchingAnimeWithDetails) { @Layout("mal - notifications") {
Shows you're currently watching or planning to watch.
if len(watching) == 0 {No airing anime in your watching list.
Add currently airing shows to your watching list to see upcoming episodes here.
Because you've watched prequels.
No upcoming seasons for anime you've watched.
As you watch more shows, new seasons will appear here.