package templates templ Base(title string, content templ.Component, head templ.Component) { if title != "" { { title } • soundcloak } else { soundcloak } if head != nil { @head } @content }