add models and jwt

This commit is contained in:
张超
2024-01-10 16:05:15 +08:00
parent 45bc7c5140
commit 2455f0d897
19 changed files with 990 additions and 4 deletions

View File

@@ -8,5 +8,8 @@
<body>
<h1>Page 1</h1>
<p>This is the content of page 1.</p>
<h1>{{.title}}</h1>
<h2>{{.user.Name}}</h2>
<h3>{{.user.Age}}</h3>
</body>
</html>