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

__PROJECT_NAME__

} } templ Hello(name string) {

Hello, { name }!

}