<% const isLoadFriendsLink = ( theme.menu.hasOwnProperty('Links') && theme.menu.Links && theme.links && (page.type === 'links' || page.type === 'link' || page.title === 'links' || page.title === 'link') ); %> <% if (isLoadFriendsLink) { %> <%- partial('_partial/friends-link') %> <% } %>
<% if (isLoadFriendsLink || page.content) { %> <%- page.content %> <% } else { %>

<%- page.title %>

<% } %>
<% if (page.hasOwnProperty('comment') && page.comment === true) { %> <%- partial('_partial/comment/comment') %> <% } %>