If you run into this error when viewing a Web Page in a browser, this is due to NOT closing the double curly braces {{ }} around a variable. Look through the Web Page affected and inspect all your {{VARIABLES}} to make sure everything is closed properly.
Correct Code: {{myVariable}}
Incorrect Code: {{myVariable}
Notice the missing } at the end.