package components templ RootLayout() { @head() { children... } } templ Container() { @head()
{ children... }
} templ Form(id, action, method string) {
{ children... }
} templ Rows() {
{ children... }
} templ Columns() {
{ children... }
}