Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-01 | Pass on the render args to all eejs hooks | Marcel Klehr | |
eejs.require('foo', {..render args..}) will be passed on to all eejsBlock_X hooks as `hookContext.renderContext` | |||
2012-04-20 | Removed debug print | Egil Moeller | |
2012-04-20 | Bugfix for recursive dependency-installation and paths | Egil Moeller | |
2012-03-22 | Exposed require to ejs pages! | Egil Moeller | |
2012-03-21 | Bugfix for when a block hook calls eejs.require recursively | Egil Moeller | |
2012-03-13 | Integrated hooks into templates and provided a blokc/hook for the left and ↵ | Egil Moeller | |
right editbar menu | |||
2012-03-13 | Made all html pages into eejs templates | Egil Moeller | |
2012-03-13 | Added inherit function | Egil Moeller | |
2012-03-13 | Bugfixes for eejs | Egil Moeller | |
2012-03-08 | Bugfix | Egil Moeller | |
2012-03-07 | First attempt to implement the block system from django templates on top of ↵ | Egil Moeller | |
the npm module ejs. |