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
81 B
JavaScript

exports.templateData = {
attrs: ' foo="bar" baz'
};
exports.vdomSkip = true;