Shape
Shape
Page 1
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
Mobile
320px
Tablet
900px
Desktop
1024px
Desktop HD
1600px
<% i = 0;%> <% _.each(pages.PageList, function(page) { i++; %>
class="is-notready" <% } %>>
<%= i %>.
<%= _.split(page.file, '.', 1) %>
<% if(!page.ready) page.ready = 0; %>
<% }) %>