package main templ hello(name string) {
Hello, { name }
} templ foo(name string) {
@hello(name)
}