Patrick Steele-Idem ee815fc49b Runtime now supports both vdom and html output
All tests are passing
2016-10-11 17:28:09 -06:00

5 lines
90 B
JavaScript

exports.templateData = {
colors: ['red', 'green', 'blue']
};
exports.vdomSkip = true;