marko/test/test-project/simple.rhtml.expected.js
2014-01-24 14:27:15 -07:00

8 lines
159 B
JavaScript

function create(helpers) {
var empty = helpers.e,
notEmpty = helpers.ne;
return function render(data, context) {
context.w('Hello John');
};
}