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

{{ post.title }}

分类:{{ post.category.username }} 作者2:{{ post.owner.username }}

{% autoescape off %} {{ post.content_html }} {% endautoescape %} {% endif %} {% comment_block request.path %} {% endblock %}