Open maxx27 opened 1 year ago
Hi!
It would be great to use custom Jinja2 filters.
In similar project j2cli:
--filters filters.py: Load custom Jinja2 filters and tests from a Python file. Will load all top-level functions and register them as filters. This option can be used multiple times to import several files.
--filters filters.py
Is it possible to implement?
This is a much needed feature, however, it appears that this project has been abandoned as your question has gone unanswered for over a year.
Hi!
It would be great to use custom Jinja2 filters.
In similar project j2cli:
Is it possible to implement?