package components import "github.com/puregarlic/space/storage" templ Head(title string) { if len(title) > 0 { { title } | puregarlic dot space } else { puregarlic dot space } for _, rel := range storage.GetRels() { } }