{% extends "base.html" %} {% block content %}

博客

按时间整理的文章、札记与想法。

{% if posts | length == 0 %}

还没有博客文章。

{% else %}
{% for post in posts %} {% endfor %}
{% endif %}
{% endblock %} {% block margin %}

这里保留右栏,作为阅读时的目录、批注与上下文空间。

{% endblock %}