go-mustache
Pure-Go Mustache.
go-mustache is a pure-Go (CGO_ENABLED=0) implementation of the logic-less Mustache templating language, faithful to the language-independent Mustache spec — compile a template to tokens and render it against a context.
Everything is pure Go (CGO_ENABLED=0), standard-library-first, and
cross-compiles to every 64-bit Go target. Licensed BSD-3-Clause.