{% extends "base.html" %} {% block page_title %}文章管理{% endblock %} {% block content %}

文章列表

基于 TXT 文件的轻量博客系统

{% for post in posts %} {% else %} {% endfor %}
Slug 标题 标签 操作
{{ post.slug }} {{ post.title }} {% for tag in post.tags %} {{ tag }} {% endfor %} 编辑
暂无文章或无匹配结果
{% endblock %}