{% extends "base.html" %} {% block title %}{{ post.title }} — {{ site_name }}{% endblock %} {% block content %} {{ post.title }} {{ post.created_at }} {{ post.content_html | safe }}
← 返回文章列表