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

async helpers #8

Open jonschlinkert opened 9 years ago

jonschlinkert commented 9 years ago

Create a property on the options for defining async helpers that can override existing async helpers.

doowb commented 9 years ago

Just started thinking about this, but I think it might take a little more work than regular helpers. I'll come back to it in a bit.