How to use reusable template in if statement

          {% from 'bt_auto.jinja' import in_car %}
          {% if in_car() | bool %}        
          Connected
          {% endif %}

Macros return string values.

1 Like