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