通用模板

This commit is contained in:
kenneth
2023-11-28 10:18:59 +00:00
parent 5a01af92af
commit 6b8eafe5f5
27 changed files with 25966 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
{{template "header" .}}
<h1>登录页面</h1>
{{template "footer" .}}

View File

@@ -0,0 +1,3 @@
{{template "header" .}}
<h1>注册页面</h1>
{{template "footer" .}}