Import strings in templ view for format placeholder

This commit is contained in:
Arne
2026-08-06 20:43:54 +02:00
parent 6b42ab0dd6
commit 0db5777354
+4 -1
View File
@@ -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) {
<!doctype html>