package views templ Form(action, id string) {
{ children... }
} templ FormHeader() {
{ children... }
} templ FormBody() { { children... } } templ FormFooter() {
{ children... }
} templ FormCancel() { Cancel } templ FormSubmit(text string) { { text } }