Right, this is html text. And this ' is escaped.
<% for each ( let item in this.foobar ) { %>
- <%= item %>
<% } %>
<% if ( !arguments.length ) { %>Nothing was passed
<% } %>
<%= This is E4X
%>
<%h="This is HTML Escaped !"%>
<%u="This is URL Encoded"%>
<%= this.someFunction( %>What the? I'm being passed as a function? And echoed from there?<% ); %>