scottvonduhn
04/19/2019, 2:00 PM??
is valid, but works differently than ?has_content
. Any falsy value (boolean false or numerical 0) will be false using ??
but true using ?has_content
. So it looks like you definitely want the latter for most cases, unless it's a boolean and you actually want to evaluate if the variable is true or false