Search Apps Documentation Source Content File Folder Download Copy Actions Download

home.gno

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