ejs - node template engine
<% if (using) {%>
You are amazing
<% } else { %>
Get on it!
<%}%>
paragraph paragraph paragraph paragraph
<% lis.forEach(function(li,index) {%>
<%= index %>: <%= li.d %> of <%= title %>
<% }) %>