The following is from ejs docs (tag section):
- <% 'Scriptlet' tag, for control-flow, no output
- <%= Outputs the value into the template (HTML escaped)
- <%- Outputs the unescaped value into the template
See the difference between escaped and unescaped html here