i have two boolean variables “IsOwner” and “IsModerator” (ofcourse which can be either true or false) and i tried it as follows {{if IsOwner || IsModerator}} some code here {{/if}}. But this seems to be failing…
is there which i am missing.?
Thanks in advance.
Yes,
{{if IsOwner || IsModerator}} some code here {{/if}}is correct and should work fine.