UNPKG

fed

Version:

Development tool for web, support http server and freemarker.js and http proxy.

4 lines (3 loc) 99 B
module.exports = function(req, res, next) { res.render('myview.ftl', { 'greeting': 'hello' }); }