home.gno

package home

func Render(string) string {
	return `# Hello world!

This is a test realm :)`
}