inja
inja copied to clipboard
Name of root object in for loop
I have a list of items (could be objects as well) in the json data file.
[
"item1", "item2","item3"
]
Now when trying to use them in a loop like
## for item in <what goes here?>
{{ item }}
## endfor
what is the name of the root object?
@kubo this causes a SegFault