I am trying to use StringTemplate in a java web app to generate html emails. When trying to enter line breaks, I use \<br\> This does not seem to be working. \<b\> is not working as well. Is there a way to turn off < and > as delimiters so I can test if this is the issue? All over the StringTemplate documentation it says to use $…$ as your delimiters but doesn’t say how to not use <…>
I am trying to use StringTemplate in a java web app to generate html
Share
When creating a group you can set the delimiters by using
Where ‘$’ and ‘$’ are your delimiters.