<% var checkComment = true; if (page.comments && page.comments == false) { checkComment = false; } %> <% if (checkComment&&(theme.comments.service && theme.comments.service.length > 0)) { %>

<%- theme.comments && theme.comments.title %>

<% if (theme.comments && theme.comments.subtitle) { %>

<%- theme.comments.subtitle %>

<% } %>
<% } else { %> <% page.comments = false; %> <% } %>