Liking cljdoc? Tell your friends :D
Clojure only.

stencil.api

A simple public API for document generation from templates.

A simple public API for document generation from templates.
raw docstring

prepareclj

(prepare input)

Creates a prepared template instance from an input document.

Creates a prepared template instance from an input document.
sourceraw docstring

render!clj

(render! template template-data & {:as opts})

Takes a prepared template instance and renders it. By default it returns an InputStream of the rendered document.

Takes a prepared template instance and renders it.
By default it returns an InputStream of the rendered document.
sourceraw docstring

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

× close