koajs / koa-hbs

Handlebars templates for Koa.js
MIT License
159 stars 43 forks source link

Overwriting partials in same behaviour as views (first match will be used) #85

Open CDaxi opened 5 years ago

CDaxi commented 5 years ago

Same behaviour as for views: first path with found partial name will be used. If a partial with the same name is already registered, it will be ignored. Manual registration is still possible and will overwrite the partial.