mirror of
https://github.com/marko-js/marko.git
synced 2026-01-25 15:03:04 +00:00
3 lines
74 B
JavaScript
3 lines
74 B
JavaScript
exports.render = function(input, context) {
|
|
context.write('nested/a');
|
|
}; |