<% if (theme.comment.valine.enable && theme.comment.gitalk.enable) { %> <%- partial('valine') %> <% } else if (theme.comment.valine.enable) { %> <%- partial('valine') %> <% } else if (theme.comment.gitalk.enable) { %> <%- partial('gitalk') %> <% } %>