SyntaxFix
Write A Post
Hire A Developer
Questions
I think it works the other way
<#if object.attribute??> Do whatever you want.... </#if>
If object.attribute is NOT NULL, then the content will be printed.
object.attribute