Clojure wrapper for the Pebble Java templating engine.
Go to file
Gered 26c6eb2f06 refactoring extension stuff to improve pebble engine initialization
much of this refactoring is built around the idea of absolutely NOT
wanting applications using this library to be required to explicitly
call some kind of "init" function before templates can be rendered.

however, for this library's (eventual) unit tests, we will want the
ability to reset the engine state (reset-engine! function), so a way
to add extensions to an arbitrary PebbleEngine object is needed
2014-10-07 18:37:42 -04:00
src/clj_pebble refactoring extension stuff to improve pebble engine initialization 2014-10-07 18:37:42 -04: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 initial commit 2014-10-02 18:45:40 -04: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.