E_UNCLOSED_CURLY_BRACE This exception is raised when the number of opened and closed mustache braces mis-matches. Invalid {{ 2 + 2 } {{{ `<p>${username}</p>` }} Following are the valid expressions Valid {{ 2 + 2 }} {{{ `<p>${username}</p>` }}}