package web templ Index() { @Layout("hostexecutor") {

hostexecutor

} } templ Hello(name string) {

Hello, { name }!

}