How to prevent AEM from deleting ${profile.expression} in code.
We are using an expression ${profile.name} in a <p> in the code of a page component that gets populated by another team when it's published to them that AEM is removing from the code.
I'm guessing AEM sees it as a property type which is why it isn't keep in the code.
Is there a <sly> or some other way to prevent AEM from removing that expression on publish by reading that ${expression} as a string?