{% extends "base.html" %} {% block page_title %} {{ post and "编辑文章" or "新建文章" }} {% endblock %} {% block content %} {% if read_only %}
{% for tag in post.tags %} {{ tag }} {% endfor %}
{{ post.body }}
文章以 TXT 文件存储在 blog/ 目录下
blog/