This project https://github.com/kolypto/j2cli supports [customize option](https://github.com/kolypto/j2cli?tab=readme-ov-file#customization) where I can define custom logic using python. How can I do it with `jinja2-cli`? I am especially interested in adding custom functions which I can then use in templates like `{{ my_func(MY_VAR) }}`