RandomEtc / ejs-locals

Express 3.x layout, partial and block template functions for the EJS template engine.
298 stars 63 forks source link

allowing the user to override ejs.render and .renderFile #35

Closed jaredly closed 4 years ago

jaredly commented 11 years ago

Adding the options ejsRender and ejsRenderFile to override the default calls to ejs.render and ejs.renderFile.

I want to be able to pass in decorated versions of ejs.render and ejs.renderFile.

gsalgadotoledo commented 8 years ago

I like it