UNPKG

akb-cli

Version:

akb cli

12 lines (10 loc) 192 B
/** * @file index * @author akb */ 'use strict'; module.exports = { index: async function (ctx) { ctx.body = await this.render('index', {name: '{%%{authorName}%%}'}); } };