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