Files
python/flask框架/templates/hello.html
T
2025-09-03 11:19:03 +08:00

9 lines
117 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Hello</title>
</head>
<body>
<h1>Hello, {{ name }}!</h1>
</body>
</html>