Home
<% if (currentUser) { %>
<%= currentUser.username %>
view profile
new cliche
logout
<% } else { %>
Login
<% }; %>