UNPKG

koan

Version:

A Koa.js Application Boilerplate

8 lines (6 loc) 140 B
'use strict'; module.exports = { about: function *(next) { this.body = yield app.render('pages/about', {}, 'another-layout'); } };