cidrblock/td4a

Errors from undefined variables referenced in `if` statements should be ignored

joewesch opened this issue · 0 comments

Example template:

{% if foo %}
bar
{% endif %}

Error:

Message: Issue found loading p2. Details: 'foo' is undefined Line number: 1

If the variable is undefined it should be treated the same as False.