<%= _.slugify(_.humanize(appname)) %>
  • {{item.title}}
  • <% if(filters.auth) { %>
  • Admin
  • <% } %>
<% if(filters.auth) { %>
  • Sign up
  • Login
  • Hello {{ getCurrentUser().name }}

  • Logout
<% } %>