% if (typeof refresh !== 'undefined' && refresh > 0) { -%>
<% } -%>
<%= title %>
About
Forum
<% if (user) { -%> <% if (user.unread > 0) { -%>
Inbox (<%= unread %>)
<% } else { -%>
Inbox
<% } -%>
Profile (<%= user.name %>)
<% } else { -%>
Signup
Login
<% } -%>
<%= title %>
<% if (typeof flash !== 'undefined' && flash.length > 0) { -%>
<%= flash %>
<% } -%>