Shape Shape Shape Shape Shape Shape

<% date = new Date(_.now()); if(date.getMonth()+1<10){ month = '0' + (date.getMonth()+1);} else{ month = date.getMonth()+1; } if(date.getDate()<10){ day = '0' + (date.getDate());} else{ day = date.getDate(); } %>
<%= pages.ProjectTitle %> updated <%= day %>.<%= month %>.<%= date.getFullYear() %>, <%= pages.PageList.length %> pages
    <% i = 0;%> <% _.each(pages.PageList, function(page) { i++; %>
  1. class="is-notready" <% } %>> <%= i %>.<%= _.split(page.file, '.', 1) %>
    <% if(!page.ready) page.ready = 0; %>
  2. <% }) %>