This commit is contained in:
2023-07-21 16:13:24 +08:00
parent d093eabff3
commit c3e81ff75d
7 changed files with 101 additions and 12 deletions

12
views/index.hbs Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>渲染后端传来的变量: {{ message }}</h1>
<h1>渲染循环: {{ fruit }}</h1>
</body>
</html>