/gel

A Clojure implementation of the Liquid template engine.

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

Build Status

Gel

A Clojure implementation of the Liquid template engine.

Release

[gel "0.1.0-SNAPSHOT"]

Usage

(require '[gel.core :as gel])

(gel/render "Hi {{ name }}!" {:name "Sophie"})
;=> "Hi Sophie!"

License

Copyright © 2014 Jeremy Heiler, SFX Entertainment

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.