A parser for mustache templates.
A parser for mustache templates.
(matcher-find m)
(matcher-find m offset)
(matcher-find m)
(matcher-find [m s] offset)
(re-find [re s])
(re-find re s)
(re-groups [re s])
(re-matcher pattern s)
(render template)
(render template data)
(render template data partials)
Renders the template with the data and, if supplied, partials.
Renders the template with the data and, if supplied, partials.
(render-resource path)
(render-resource path data)
(render-resource path data partials)
Renders a resource located on the classpath. Only available on the JVM
Renders a resource located on the classpath. Only available on the JVM
(replace-variables template data partials)
Replaces variables in the template with their values from the data.
Replaces variables in the template with their values from the data.
Returns true if (seq x) will succeed, false otherwise. Included in clojure core from v1.9
Returns true if (seq x) will succeed, false otherwise. Included in clojure core from v1.9
(tags template)
Returns set of all tags in template
Returns set of all tags in template
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close