package templates import ( "bookhoard/internal/handlers" "fmt" ) templ SeriesDetail(user User, seriesName string, books []handlers.BookInfo, currentLibraryID string, errorMessage string) {
This series doesn't have any books in this library yet