<% const { enable: t_comment_enable, use: t_comment_use } = theme?.comment %>
 <%- __('comments') %>
<% if (t_comment_enable === true && t_comment_use) { %> <% if (t_comment_use === 'valine') { %> <%- partial('valine') %> <% } else if (t_comment_use === 'gitalk') { %> <%- partial('gitalk') %> <% } else if (t_comment_use === 'twikoo') { %> <%- partial('twikoo') %> <% } else if (t_comment_use === 'waline') { %> <%- partial('waline') %> <% } %> <% } %>