inja
inja copied to clipboard
Does inja support Jinja style tests?
As in the 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?
Here instead, exists() is used for that purpose.