From 0db5777354efa734bfa9619657ca5059599f91ca Mon Sep 17 00:00:00 2001 From: Arne <1169654+arnef@users.noreply.github.com> Date: Thu, 6 Aug 2026 20:43:54 +0200 Subject: [PATCH] Import strings in templ view for format placeholder --- views/pages.templ | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) {