package html type BaseContext struct { Title string Description string } templ base(bc BaseContext) { { bc.Title }

Home

{ children... } }