As in the [tests](https://jinja.palletsprojects.com/en/stable/templates/#tests) functionality? For example the following does not compile: ``` {% if custom_tools is defined %}xx{% endif %} ``` I'm wondering if there is a syntax for it or if support is planned for the future?
As in the tests functionality?
For example the following does not compile:
I'm wondering if there is a syntax for it or if support is planned for the future?