Repeat template for json values

Hi!
I’m trying to show all values in a json-file using a html-template.
How do I repeat the template for all rows in the json?

Example:

[
{“id”:“1”},
{“id”:“2”},
{“id”:“3”}
]

Should output 3 divs, div 1 containing id 1 and so forth…

Please se snippet → http://webix.com/snippet/0a99b02c

Thanks!

Hi, I suppose you need to use Webix List to shown multiple data: http://webix.com/snippet/7a383879