diff --git a/templates/collections.templ b/templates/collections.templ
index bad3060..cf22697 100644
--- a/templates/collections.templ
+++ b/templates/collections.templ
@@ -1,6 +1,9 @@
package templates
-import "bookhoard/internal/handlers"
+import (
+ "bookhoard/internal/handlers"
+ "fmt"
+)
templ Collection(user User, collections []CollectionData, errorMessage string) {
@@ -12,7 +15,7 @@ templ Collection(user User, collections []CollectionData, errorMessage string) {
-
+
@Header(user, "/collections")