It should be possible to call common python list functions (like `append` etc.) from the Jinja2 templates. Like this: ``` {% do some_list.append(10) %} ```