{% 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.created_time }} pv/uv:{{ post.pv }}/{{ post.uv }}

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

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