<% if (user?.admin){ %>
You are admin, and you can go your page!
<% } %>
<% if (user){ %>
<%= user.name %>
<% } else { %> Login Register <% } %>