package layout templ Base(title string) { @head(title) { children... } } templ head(title string) { { title } }