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

<%- page.title %>

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