package views templ Base(title string) { { title }
{ children... }
} templ Header() {
fastbin
{ children... }
} templ Button() {
{ children... }
}