2016-07-18 21:16:35 +08:00

5 lines
84 B
JavaScript

'use strict';
module.exports = function *(){
yield this.render('inject.html');
};