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

博客管理系统

v2.0.1 | {{ articles|length }}篇文章

文章总数

{{ articles|length }}

文件存储

∞

系统状态

正常

发布新文章

文件上传

拖放文件到此处

或点击选择文件

支持图片、视频、文档等 (最大100MB)

文章管理

{{ articles|length }}篇文章
{% if articles %}
{% for article in articles %}

{{ article.title }}

{{ article.author }} {{ article.created_at }}
/docs/{{ article.filename }}
{% endfor %}
{% else %}

暂无文章

发布第一篇文章开始你的博客

{% endif %}

系统工具

{% endblock %}