{{ post.title }}
{{ post.html |safe }}
{% if config.comment_system == 'disqus' %}
{% include "_comments/disqus.html" %}
{% elif config.comment_system == 'duoshuo' %}
{% include "_comments/duoshuo.html" %}
{% endif %}