-- in -- package p templ f() { @Other(p.Test, "s"){

hello

} } -- out -- package p templ f() { @Other(p.Test, "s") {

hello

} }