<%- partial('_pre') %>
'>
<%- partial('_partial/meta',{post: page, position: 'top'}) %> <%- page.excerpt %> <% if (site.data.friends){ %> <% getList(site.data.friends).forEach((group, i) => { %>

<%- group.group %>

<% if (group.description) { %> <%- markdown(group.description) %> <%} %> <% if (theme.pages.friends.layout_scheme == 'traditional') { %> <% } else { %>
<% getList(group.items).forEach(function(item){ %> <% if (item.url && item.title) { %> <%- item.title %> <% } %> <% }) %>
<% } %>
<% }) %> <% } %>

<%- page.more %> <%- partial('_partial/meta',{post: page, position: 'bottom'}) %>
<% if (page.comments == undefined || page.comments != false) { %> <%- partial('_plugins/comments/index',{post: page}) %> <% } %>
<%- partial('_partial/side') %>