I\'m using express.js with EJS templates and i\'m trying to do something like this:
<%= \"Test\" %>
but
for raw output html in ejs you can use this code
<%- "Test" %>