jinja2cpp / jinja2cpp/Jinja2Cpp
"for" syntax is not work with dictionary
Open
enhancement
- Dominant language
- C++
- Stars
- 600
- Forks
- 114
- PR merge metrics
- No merged PRs in 30d
Description
Hi Admin,
{% for key, value in dict_item.items() %}
Key: {{key}}
Value: {{value}}
{% endfor %}
It is not working.
Thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.