docs: 2026-04-28作业

This commit is contained in:
2026-05-11 23:07:40 +08:00
parent dd21ddbaef
commit 6b51126213
7 changed files with 261 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>3</title>
</head>
<body>
<h2>主页</h2>
{% for message in get_flashed_messages(category_filter = ('info')) %}
<span>{{ message }}</span>
{% endfor %}
<p>欢迎用户:{{ username }}</p>
</body>
</html>