Liking cljdoc? Tell your friends :D

clostache.parser

A parser for mustache templates.

A parser for mustache templates.
raw docstring

regex-charsclj


renderclj

(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.
raw docstring

render-resourceclj

(render-resource path)
(render-resource path data)
(render-resource path data partials)

Renders a resource located on the classpath

Renders a resource located on the classpath
raw docstring

replace-variablesclj

(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.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close