While this syntax is currently supported: ```jinja for element in array | myfilter ``` This one is unfortunately not: ```jinja for key, value in object | myfilter ```
While this syntax is currently supported:
This one is unfortunately not: