This project https://github.com/kolypto/j2cli supports customize option 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) }}