koa-hbs-renderer 用于应用程序的Handlebars模板渲染器。 安装 npm install --save koa-hbs-renderer 用法 views / template.hbs < p> This is a template. Isn't that {{adjective}}? index.js const Koa = require ( 'koa' ) ; const path = require ( 'path' ) ; const renderer = require ( 'koa-hbs-renderer' ) ;