diff --git a/views/pages.templ b/views/pages.templ index 7eed056..20e9da7 100644 --- a/views/pages.templ +++ b/views/pages.templ @@ -1,6 +1,9 @@ package views -import "github.com/arnef/ebooks/internal/library" +import ( + "strings" + "github.com/arnef/ebooks/internal/library" +) templ Layout(title string) {