Liking cljdoc? Tell your friends :D

vivid.art

Ash Ra Template public API.

Ash Ra Template public API.
raw docstring

default-delimitersclj


default-delimiters-nameclj


default-to-phaseclj


failure?clj


renderclj

(render template)
(render template
        {:keys [bindings delimiters to-phase]
         :or
           {bindings {} delimiters default-delimiters to-phase default-to-phase}
         :as render-options})

Renders an input string containing Ash Ra Template (ART) -formatted content to an output string.

Renders an input string containing Ash Ra Template (ART) -formatted content
to an output string.
raw docstring

render-phasesclj

Phases of the rendering process. Note: Unstable until version 1.0.

Phases of the rendering process. Note: Unstable until version 1.0.
raw docstring

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

× close