Patrick Steele-Idem 8c96302550 Fixes #197 - Better attribute code generation
Use attr helper and handle attribute escaping
Also improved AST and added walking capability
2016-01-07 16:05:26 -07:00

5 lines
81 B
JavaScript

exports.templateData = {
isGreenSelected: true,
isBlueSelected: false
};