2016-02-03 16:20:20 -07:00

49 lines
775 B
JSON

{
"type": "TemplateRoot",
"body": [
{
"type": "Scriptlet",
"code": " if (true) { "
},
{
"type": "Text",
"argument": {
"type": "Literal",
"value": "\n HELLO\n"
}
},
{
"type": "Scriptlet",
"code": " } "
},
{
"type": "Text",
"argument": {
"type": "Literal",
"value": "\n"
}
},
{
"type": "Scriptlet",
"code": " if (false) { "
},
{
"type": "Text",
"argument": {
"type": "Literal",
"value": "\n WORLD\n"
}
},
{
"type": "Scriptlet",
"code": " } "
},
{
"type": "Text",
"argument": {
"type": "Literal",
"value": "\n"
}
}
]
}