Jinja2Cpp icon indicating copy to clipboard operation
Jinja2Cpp copied to clipboard

Support for common python dictionary function

Open flexferrum opened this issue 5 years ago • 0 comments

It should be possible to call common python dictionary functions (like items etc.) from the Jinja2 templates. Like this:

{% for key, value in dict_item.items() %}

#178

flexferrum avatar Mar 15 '20 11:03 flexferrum