<% page.layout = "links" page.title = theme.links.title || __('links.title') page.subtitle = theme.links.subtitle || __('links.subtitle') page.banner_img = theme.links.banner_img page.banner_img_height = theme.links.banner_img_height page.banner_mask_alpha = theme.links.banner_mask_alpha page.comment = theme.links.comments.type %> <% if(theme.links.custom && theme.links.custom.enable && theme.links.custom.content) { %>
<%- theme.links.custom.content %>
<% } %> <%- inject_point('linksComments') %>