Clojure wrapper for the Pebble Java templating engine.
Go to file
Gered 72f44a278c add value conversion for func/filter/test args & func/filter return vals
the main purpose of this is for the :auto-convert-map-keywords option,
but this also converts collection types to/from types that Pebble uses
natively... to be honest though, there's *probably* not much value in
that and we could likely just use something like prewalk to just
convert map keywords ... ? might be faster too?
2014-11-15 12:22:53 -05:00
src/clj_pebble add value conversion for func/filter/test args & func/filter return vals 2014-11-15 12:22:53 -05:00
test/clj_pebble initial commit 2014-10-02 18:45:40 -04:00
.gitignore initial commit 2014-10-02 18:45:40 -04:00
LICENSE initial commit 2014-10-02 18:45:40 -04:00
project.clj version 0.1.0 2014-11-15 00:59:48 -05:00
README.md initial commit 2014-10-02 18:45:40 -04:00

clj-pebble

A wrapper for the Pebble Java Templating Engine to make usage in Clojure applications simple.

Usage

TODO

License

Distributed under the BSD 3-Clause License (the same as Pebble).

See LICENSE for full details.