package xess templ Base(title string, headArea, navBar, bodyArea, footer templ.Component) { { title } if headArea != nil { @headArea }
if navBar != nil { }

{ title }

@bodyArea if footer != nil { }
} templ Simple(title string, body templ.Component) { @Base( title, nil, nil, body, nil, ) } templ fourohfour(path string) {

404: { path }

Sorry but the number you have reached is either not available or out of service. If you are reaching this message in error, please hang up and try your call again.

}