package html templ Doctype() { } // Creates that accepts children templ New(lang string) { { children... } } // Creates that accepts children templ NewHeader() { { children... } } // Creates that accepts children templ NewBody() { { children... } }