github.com/xueweiz/mustache

Package mustache is an implementation of the mustache templating language in Go. For more information on mustache check out the official documentation at http://mustache.github.io. There are several wrappers of Parse and Render to help with different input or output types. It is quite common to need to write the output of the template to an http.ResponseWriter. In this case the Render function is the most apropriate.


License
MIT
Install
go get github.com/xueweiz/mustache