I have the variable $ {datetime} in the freemarker template. I pass null to it. I get an error
The following has evaluated to null or missing: The meaning is clear, yet I pass null.
But a condition like this <#if datetime == null> also gives an error.
How can I write a condition in freemarker that if null, then one action is different?