Env will return the specified environment variable, or an error if it can not be found
<%= env("GOPATH") %>.
Env will return the specified environment variable, or the second argument, if not found
<%= envOr("GOPATH", "~/go") %>.
New returns a map of the helpers within this package.