I’m using AngularJS as the front-end JS library, with Go templates within Revel framework to to generate the markup on the back-end.
But both Go and Angular use {{
and }}
for delimiters in their templates. How can I escape them in Go to pass them to AngularJS?
{{"{{"}}
{{"}}"}}
produces
{{
}}