1package hello 2 3func Render(path string) string { 4 return "# Hello, gno!\n\nDeployed via gnomcp.\n" 5}