一个让 qails 支持 pug 模版的方法。
import { Qails, pug } from 'qails'; const app = new Qails(); pug(app, { viewPath: 'templates/pages' }); app.use(ctx => { ctx.render('home'); });
templates
如果你发现文档存在错误,请在 GitHub 提个 issue 告诉我们。