package templates templ baseLayout(pc PageContext) { { pc.Title }

Go + templ demo

if pc.User != nil {

Hello, { pc.User.FirstName }

} { children... }
}