<%= user.username %>
Sign out
todos
<% if (filter) { %>
<% } %>
<% if (activeCount + completedCount > 0) { %>
onchange="this.form.submit();">
Mark all as complete
<% todos.forEach(function(todo) { %>
>
onchange="this.form.submit();">
<%= todo.title %>
<% if (filter) { %>
<% } %>
<% if (filter) { %>
<% } %>
<% }); %>
<% } %> <% if (activeCount + completedCount > 0) { %> <% } %>