A Clojure implementation of the Liquid template engine.
[gel "0.1.0-SNAPSHOT"]
(require '[gel.core :as gel])
(gel/render "Hi {{ name }}!" {:name "Sophie"})
;=> "Hi Sophie!"
Copyright © 2014 Jeremy Heiler, SFX Entertainment
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.