By default, groovy's SimpleTemplateEngine uses <% %> as the scriptlet container. How do I escape these characters if I want to print out <% %>?
|
feedback
|
|
Looks like it might be a bug | |||
|
feedback
|
|
The book I've red (which might be outdated) says that you need to have variable that contains <% and %> and then you need to output those variables. | |||
|
feedback
|