{% extends 'base.html' %} {% load comments_extras %} {% block main %}

{{ post.title }}

{{ post.body_html|safe }}

发表评论

{% show_comment_form post %}
{% show_comments post %}
{% endblock main %} {% block toc %} {% if post.toc %}

文章目录

{% endif %} {% endblock toc %}