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