package elements templ Layout(title string) { @defaultStyles() { title }
{ children... }
} templ Spacer() {
} templ ServiceWorker(path string) { } templ defaultStyles() { }