Gered
26c6eb2f06
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 |
||
---|---|---|
src/clj_pebble | ||
test/clj_pebble | ||
.gitignore | ||
LICENSE | ||
project.clj | ||
README.md |
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.