Previously, the expressions in Blogger's templates could
Add or concatenate values with +
Subtract values with -
Check for equality with != and ==
Compare values with , =
Now, support has been added for many more expression operators, including:
Inversion of true/false values with !/not
e.g. ...
Picking between 2 values with ?:
e.g.