Liking cljdoc? Tell your friends :D

stencil.core


renderclj

(render template data-map)

Given a parsed template (output of load or parse) and map of args, renders the template.

Given a parsed template (output of load or parse) and map of args,
renders the template.
sourceraw docstring

render-fileclj

(render-file template-name data-map)

Given a template name (string) and map of args, loads and renders the named template.

Given a template name (string) and map of args, loads and renders the named
template.
sourceraw docstring

render-stringclj

(render-string template-src data-map)

Renders a given string containing the source of a template and a map of args.

Renders a given string containing the source of a template and a map
of args.
sourceraw docstring

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

× close