package templates import ( "fmt" "mal/internal/database" "mal/internal/shared/ui" ) templ ContinueWatching(entries []database.GetContinueWatchingEntriesRow) { @Layout("mal - continue watching", true) {
Pick up where you left off.
if len(entries) == 0 { @ui.EmptyState("Nothing to continue yet") { Start watching any anime and your progress will show up here. } } else {