Clojure templating library.
Clojure templating library.
(eval parsed bindings)Evaluate a template using the supplied bindings. The template source may be a string, or an I/O source such as a File, Reader or InputStream.
Evaluate a template using the supplied bindings. The template source may be a string, or an I/O source such as a File, Reader or InputStream.
(eval-sci parsed-template data)Evaluate a parsed-template using the supplied data bindings.
Evaluate a `parsed-template` using the supplied `data` bindings.
(fn args parsed)Compile a template into a function that takes the supplied arguments. The template source may be a string, or an I/O source such as a File, Reader or InputStream.
Compile a template into a function that takes the supplied arguments. The template source may be a string, or an I/O source such as a File, Reader or InputStream.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |