package templates var myVar string = "some string, changed. and more" var anotherVar string = "hoho, cool" templ Hello(name string) { This is the title of the the webpage!

This is an example paragraph. Anything in the body tag will appear on the page, just like this p tag and its contents.

}