package templates import ( "fmt" db "mal/internal/db" ui "mal/web/components" "mal/web/shared" "mal/web/shared/layout" ) templ ContinueWatching(entries []db.GetContinueWatchingEntriesRow) { @layout.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 {