mustache
mustache copied to clipboard
Mustache templating language in Go
The tag content should allow non-alphanum characters. See the spec for section tag content [1]: > These tags' content MUST be a non-whitespace character sequence NOT > containing the current...
Base on PR #6
In order to release this package with a degree of confidence, I would like to make sure that a significant amount (if not all) of specification tests can pass. Currently...
The lookup function tries to find a value from the context that matches a mustache tag. Currently its implementation is incomplete and not all edge cases are covered. Check the...