{% extends "./base.html" %} {% load comment_block %} {% block title %} {{ post.title }} {% endblock %} {% block extra_head %} {% endblock %} {% block main %} {% if post %}

{{ post.title }}

分类:{{ post.category.name }} 作者:{{ post.owner.username }} 访问量:{{ post.pv }}

{% autoescape off %} {{ post.content_html }} {% endautoescape %}

{% else %}

没有id为{{ post.id }}的文章

{% endif %} {% comment_block request.path %} {% endblock %}