<% page.posts.each(function (post) { %>

<%= post.title %>

<% if (theme.menu.tags && post.tags && post.tags.length) { %> <%- list_tags(post.tags, { show_count: false, class: 'article-tag', style: 'span', separator: ', ' }) %> <% } %> <% if (theme.menu.categories && post.categories && post.categories.length) { %> <%- list_categories(post.categories, { show_count: false, class: 'article-tag', style: 'span', separator: ', ' }) %> <% } %>
<%- strip_html(post.excerpt) %>
<%- __('continue') %>
<% }) %> <%- partial('_partial/paginator') %>