1package optional_render 2 3func Info() string { 4 return `Having a Render() function in your realm is optional! 5If you do decide to have a Render() function, it must have the following signature: 6func Render(path string) string { ... }` 7}