marko/test/test-project/simple.rhtml.expected.js

8 lines
184 B
JavaScript

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