Hi,
I have found the problem. It is because Mustache converts the specials characters automatically ... To avoid that, we have to use {{{ .... }}} instead of {{...}} in the script.
Hi,
I have found the problem. It is because Mustache converts the specials characters automatically ... To avoid that, we have to use {{{ .... }}} instead of {{...}} in the script.