package.gno

package hello

func Render(path string) string {
  return "Hello World!"
}