I\'m trying to use Freemarker in conjunction with jQuery Templates.
Both frameworks use dollar sign/curly brackets to identify expressions for substitution (or as th
I had to spent some time to figure out the following scenarios to escape ${expression} -
<#assign var = r"${expression}">
Some link
<#assign x = "something&"+r"${expression}"/>