package template import "io" type Interface interface { Render(w io.Writer, name string, data interface{}) error }