I have some string text where I have {{var}} in the string, like "Hey there {{var}} how are you?" but i DON'T want N8N to treat this like a variable to parse, should just be plaintext. Any easy way to make this happen?
This is how I am trying now but there has to be a better way...:P
{{$('Edit Fields').first().json.left_curly_brace}}var{{$('Edit Fields').first().json.right_curly_brace}}