Template Engine implementation based on Comb templates.
Template Engine implementation based on Comb templates.
(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 is a website building & hosting documentation for Clojure/Script libraries
× close