clj-pebble/src/clj_pebble
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
..
core.clj refactoring extension stuff to improve pebble engine initialization 2014-10-07 18:37:42 -04:00
extensions.clj refactoring extension stuff to improve pebble engine initialization 2014-10-07 18:37:42 -04:00
standard_extensions.clj add beginnings of a common place for all standard extensions 2014-10-07 18:34:58 -04:00