mustache.clj 是一个mustache模板的Clojure实现。 在开发Rssminer时,因需要一个更快更轻巧的模板库,而开发。
特点:
示例代码:
(DEFTemplate template (slurp "test/sample.tpl")) (def Data {:title "mustache.clj" :desc "Logic-Less {{mustache}} templates for Clojure" :tags [{:tag "Clojure"} {:tag "Mustache"} {:tag "PerfoRMance"}]}) (println (template data))
{{ desc }}
输出:
Logic-less {{mustache}} templates for Clojure