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