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

4 lines
73 B
JavaScript

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