jonschlinkert / template

Render templates from any engine. Make custom template types, use layouts on pages, partials or any custom template type, custom delimiters, helpers, middleware, routes, loaders, and lots more. Powers Assemble v0.6.0, Verb v0.3.0 and your application.
https://github.com/jonschlinkert
MIT License
52 stars 7 forks source link

Changing properties used on `this` in helpers #2

Closed doowb closed 10 years ago

doowb commented 10 years ago

Changing this.root to this.app Changing this.context to this.ctx These changes only affect helpers that used this.root or this.context.

@jonschlinkert doing a PR for this since there are some helpers in verb and assemble that need to be updated. Also, the new helper-license will need to be updated.