package elements templ Layout(title string) { @defaultStyles() { title }
{ children... }
} templ Spacer() {
} templ ServiceWorker(path string) { } templ defaultStyles() { } templ Rows() {
{ children... }
} templ Columns() {
{ children... }
} css main() { font-family: R-Flex, system-ui, Avenir, Helvetica, Arial, sans-serif; }