I have \"name\" variable in the view and I want to display something like this in the rendered HTML:
${Jon}
Right now, my code is like this
You can use the HTML ASCII code:
{ = '{' } = '}'
example:
<li>{{{item}}}</li>
if item = 'apple', then this becomes:
item = 'apple'
{apple}
JSBin example