Skip to main content

Is there a way to include the curly brackets in a template field, instead of having it try to merge a variable? I actually want the output “{{Text}}” to show to the user, instead of having it look for a merge variable.

You can use the HTML Entity encodings for the brace characters, like this:

{{Text}}

See http://www.fileformat.info/info/unicode/char/007B/index.htm and http://www.fileformat.info/info/unicode/char/007D/index.htm