Jinja2Cpp
Jinja2Cpp copied to clipboard
Support for common python dictionary function
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