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.
When the user defines
template.option('view engine', 'foo')
, thefoo
engine should always be chosen over other options.