<!-- please note that the result on the client is always decoded one more time-->
{string.encodeampersand('&')} => &
{string.encodeampersand('&')} => &amp;
{string.decodeampersand('&amp;')} => &
{string.decodeampersand('&')} => &