hi there, some issues when trying to use expression conditions in ajo email designerso for example, using this: {%#if profile.email = "mail@mail.com" %}do nifty stuff{%/if%} validates ok, but when closing the code editor the double quotes will be replaced by ""e" like this{%#if profile.email = ...