I have a conflict with golang html/template and angularjs delimiters. I know that there is a method that lets to change delimiter in Go, but it does not work for me. Maybe i
Solution that won't require changing delimiters:
Use {{"{{"}} for opening and {{"}}"}} for closing angular expressions.
{{"{{"}}
{{"}}"}}
Example:
{{"{{"}} 1 + 2 {{"}}"}}