We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I'm trying to use lists as input data:
{'l': ['v1', 'v2']}
using template:
{{#l}} v1:{{0}} v2:{{1}} {{/l}}
and it seems doesn't work. Can I use lists as input data without transforming it to dict?