sfx / gel

A Clojure implementation of the Liquid template engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Clojure implementation of the Liquid template engine.

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%