<%if(title){%> <%=title%> <%}%> <% page.posts.each(function(article) { %> <%=article.title || __('no-title')%> <%=date(article.date)%> <% }) %>