% if (post.comments) { %>
<% if (theme.comment.disqus) { %>
<%= __('article.comments') %>
<% } else if (theme.comment.duoshuo) { %>
<%= __('article.comments') %>
<% } else if (theme.comment.youyan) { %>
<%= __('article.comments') %>
<% } else if (theme.comment.isso) { %>
<%= __('article.comments') %>
<% } else if (theme.comment.facebook) { %>
<%= __('article.comments') %>
<% } else if (theme.comment.changyan && theme.comment.changyan.appid && theme.comment.changyan.conf) { %>
<%= __('article.comments') %>
<% } %>
<% } %>