Problem
The dynamic variable syntax {{ }} cannot be typed as literal text in email bodies, as it is reserved for template variables.
Request
Disable dynamic variable processing in the composer, or provide a way to escape {{ }} so it can be used as literal text.
same here : our users use the {{}} as a syntax in our app and everytime this syntax disappears. We would like to have a warning or a escape character to avoid this.