<%- header%> <% contents.forEach(function(item) { %>
<% var link = '/' + item.alias + '.html'; if(item.get('githubLink')) { link = item.get('githubLink'); } var authorLink = '/user/profile/' + item.author; if(item.get('githubAuthorLink')) { authorLink = item.get('githubAuthorLink'); } %> <% if(item.get('githubImage')) { %>'/><% } %>
<%- item.author %> @
<%- prettyDate(item.updated) %>
<%- item.title %>
<% }); %> <%- pager %>