When setting a variable that I want to use else where in a Jinja template, I find it does not seem to work. For example, the simple script below compares the building name provided in a variable. {% set building = 'YAB' %}Building is {{ building }} {...