UNPKG

raptor-dust

Version:

Support module for integrating Dust and RaptorJS

3 lines 105 B
module.exports = function render(input, context) { context.write('app-hello: Hello ' + input.name); }