Skip to content

Instantly share code, notes, and snippets.

@sombochea
Last active November 1, 2020 04:12
Show Gist options
  • Save sombochea/0bd68b74b3523a82d3816088136fe4c2 to your computer and use it in GitHub Desktop.
Save sombochea/0bd68b74b3523a82d3816088136fe4c2 to your computer and use it in GitHub Desktop.
{
"template": {
"name": "My template 1",
"source": "<#list data.getData() as item> <h1>${item.name}</h1> </#list> <br /> ${title} - ${sock.mind.title}"
},
"dataSource": {
"type": "JSON",
"source": "[{\"name\": \"Sambo\"},{\"name\": \"Chea\"}]"
},
"options": {
"title": "Hello World",
"sock": {
"mind": {
"title": "Beater"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment