{% extends 'layout.html' %} {% block title %}{{ post.post_title }}{% endblock %} {% block description %}{{ post.post_description }}{% endblock %} {% block keywords %}{{ post.post_keywords }}{% endblock %} {% block content %}

{{ post.post_title }}

{{ post.post_date }}

{% autoescape false %} {{ post.post_content }} 下一篇 {% endautoescape %}
{% endblock %}