Creating the issue upon @jackmcdade's suggestion from here #464 Also, I was blindly trying just now and could able to work it with {{ unless }}. ``` {{ unless switchy_thing }} Do this {{ else }} Do the other thing {{ /unless }} ``` Haven't used true of false (or not sure if unless is the right one to use) but it this one worked for my case :p