cl-mustache icon indicating copy to clipboard operation
cl-mustache copied to clipboard

Common Lisp Mustache Template Renderer

Results 9 cl-mustache issues
Sort by recently updated
recently updated
newest added

The git documentation says "The different Mustache tags are documented at mustache(5)." but the link is dead. Would it be possible to put this file into the tree?

#27 I'm not sure if this is the correct approach, it might break backwards compatibility with versions before 0.10.

I recently had the need to generate a URL from a mustache template. Because in these cases the values must be url-encoded rather than HTML escaped, it would have been...

On some lisp implementations, you will get a compiler warning regarding `*mustache-output*`. It is defvar'ed in compat-api-v1.lisp, which loads after mustache.lisp. The warning can occur when compiling `#'%output` in mustache.lisp,...

One can run tests from the REPL using (asdf:test-system :cl-mustache)

Hi Kanru, first of all thanks for the library! When I incorrectly created the mustache environment using something like '((key value)) instead of '((key . value)), I was hit by...

According this spec: https://github.com/mustache/spec/blob/master/specs/~dynamic-names.yml