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

route methods #3

Closed jonschlinkert closed 10 years ago

jonschlinkert commented 10 years ago

Reminder to implement .before() and .after() (render) methods.

We'll also need to add an example of using these methods in a plugin (verb/assemble etc)

jonschlinkert commented 10 years ago

thanks @doowb!