It should be possible to call common python string functions (like `split`, `partition` etc.) from the Jinja2 templates. Like this: ``` {% set strings=text.split(' ') %} ```