{% macro render_comment(post) %} {% if post.get('allow_comment', True) %} {% 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 %} {% macro twittercard(post) %} {% endmacro %}