koa2-arttemplate 如何使用 const template = require('koa2-arttemplate') app.use(template('views'), { extname: '.html' }) app.use(ctx => { ctx.render('index', { title: 'title' }) })