package main templ base(title string) { { title }
{ children... }
} templ index() { @base("Index") {
testing, testing
} }