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
\\
When creating a group you can set the delimiters by using
STGroup group = new STGroupDir("emails", '$','$');
Where '$' and '$' are your delimiters.