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.
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.
Changing
this.root
tothis.app
Changingthis.context
tothis.ctx
These changes only affect helpers that usedthis.root
orthis.context
.@jonschlinkert doing a PR for this since there are some helpers in
verb
andassemble
that need to be updated. Also, the newhelper-license
will need to be updated.