package main var myVar string = "some string, changed. and more" var anotherVar string = "hoho, cool" templ hello(name string) {
Hello, {name}. referencing var: {myVar}
}