{% extends 'base.html' %} {% block title %} {{ post.title }} {% endblock %} {% block content %}
关于
百草园博客系统 v1.0.1

文章标签
{% for tag in post.tags %} {{ tag.title }} {% endfor %}
发布于:{{ post.date|strftime('%Y年%m月%d日') }} 当前时间:

{{ post.title }}


{{ post.content }}

{% include 'comment.html' %}
{{ toc|safe }}
{% endblock %} {% block js %} {% endblock %}