Skip to content
/ gel Public

A Clojure implementation of the Liquid template engine.

License

Notifications You must be signed in to change notification settings

sfx/gel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published