I am trying to use StringTemplate in a java web app to generate html emails. When trying to enter line breaks, I use \\ This does not seem to be wo
\\
At the top of the template group file (.stg) you can put:
delimiters "$", "$"
...or whatever delimiters you would like. More information is at: https://theantlrguy.atlassian.net/wiki/display/ST4/Group+file+syntax