{% extends "base.html" %} {% block content %} 博客 按时间整理的文章、札记与想法。 {% if posts | length == 0 %} 还没有博客文章。 {% else %} {% for post in posts %} {% if post.meta.date %} {{ post.meta.date }} {% endif %} {{ post.meta.title }} {% endfor %} {% endif %} {% endblock %} {% block margin %}
按时间整理的文章、札记与想法。
还没有博客文章。
这里保留右栏,作为阅读时的目录、批注与上下文空间。