{% macro render_comment(post) %} {% if not post.comment_disabled %} {% if comment.system == 'disqus' and comment.disqus %}
{% endif %} {% if comment.system == 'duoshuo' and comment.duoshuo %}
{% endif %} {% endif %} {% endmacro %} {% macro analytics() %} {% if config.analytics %} {% endif %} {% endmacro %}