I am new to both Python and Jinja2. I'd like to read a value in a dictionary of a list. I think there is an answer for such operation here. Unfortunately this does not seem to work in Jinja2. I get this:
jinja2.exceptions.TemplateSyntaxError: Encountered unknown tag 'item'.
From what I know Jinja2 does not comprehend full Python, which I think is at the heart of the problem here. Can anyone please confirm?