1package home 2 3func Render(string) string { 4 return `# Hello world! 5 6This is a test realm :)` 7}