Im currently using Google Optimize's editor and I need to make an edit on an element that contains some dynamic variables. However when I edit the html, it renders the plain text and therefore it updates without the dynamic variable in place.
For example in the code it might be set up as <p>{{ user.name }}</p>
but when I use the editor to edit the html it will show it as <p>John Smith</p>
but if I apply changes it will replace my dynamic variable with the plain text.
Is there a solution for this?