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

<%= title %>

<% if (typeof flash !== 'undefined' && flash.length > 0) { %>

<%= Array.isArray(flash) ? flash.join("\n") : flash %>

<% } %>