Is there a shorthand way to check if a string is null or empty in template Syntax?
Currently I have to do this:
<<if [item.Text != null && item.Text != “”]>>
Is it possible to do something like:
<<if [!String.IsNullO…...is null or empty in template syntax? Currently I have to do this:...