marko/test/test-project/simple.rhtml.expected.js
2014-08-13 09:49:07 -06:00

9 lines
207 B
JavaScript

module.exports = function create(__helpers) {
var str = __helpers.s,
empty = __helpers.e,
notEmpty = __helpers.ne;
return function render(data, context) {
context.w('Hello John');
};
}