(compile-fn args src)
(emit-expr expr)
(emit-string s)
(gen-parser-with-delimiters left right)
(template source)
(template source default-bindings)
(template 'asdf<%= x %>' {:x 123})
(template 'asdf<%= x %>' {:x 123})
(template-apply source)
(template-apply source bindings)
Evaluate a template using the supplied bindings.
Evaluate a template using the supplied bindings.
(template-fn args source)
(template-fn [x] 'foo<%= x %>')
(template-fn [x] 'foo<%= x %>')
(with-delimiters left right & body)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close