<% if (user?.admin){ %>
Click here to reach admin panel
<% } %>
<% if (user){ %>
<%= user.name %>
Logout <% } else { %> Login Register <% } %>