npm install ejs
<% if (user.email) { %> <h1><%= user.email %></h1> <% } %>
$ ejs hello.ejs -o hello.html