package form templ Root(action, method, id string) {
{ children... }
} templ Header() {
{ children... }
} templ Body() { { children... } } templ Footer() {
{ children... }
} templ CancelButton() { Cancel } templ SubmitButton(text string) { { text } }