inja icon indicating copy to clipboard operation
inja copied to clipboard

Name of root object in for loop

Open oe1rsa opened this issue 2 years ago • 1 comments

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?

oe1rsa avatar Mar 03 '22 10:03 oe1rsa

@kubo this causes a SegFault

drizzle042 avatar Nov 04 '23 14:11 drizzle042