Home
<% if (typeof user === 'undefined') { %>
Register
Login
<% }else{ %>
Profile
<% } %>
<%- body%>