package web templ HelloForm() { @Base() {
} } templ HelloPost(name string) {

Hello, { name }

}