docs: 2026-04-28作业
This commit is contained in:
15
2026-04-28/templates/hw_t1_home_page.html
Normal file
15
2026-04-28/templates/hw_t1_home_page.html
Normal 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>
|
||||
Reference in New Issue
Block a user