package layouts templ StaticPage(title string, subtitle string) { Clustvirt
@header(title, subtitle)
{ children... }
} templ header(title string, subtitle string) {

{ subtitle }

@nav(title) } templ nav(title string) { } templ footer() {
}