mustache icon indicating copy to clipboard operation
mustache copied to clipboard

Mustache templating language in Go

Results 5 mustache issues
Sort by recently updated
recently updated
newest added

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...

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...

help wanted

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...

help wanted