通用模板
This commit is contained in:
3
web/templates/user/login.html.tmpl
Normal file
3
web/templates/user/login.html.tmpl
Normal file
@@ -0,0 +1,3 @@
|
||||
{{template "header" .}}
|
||||
<h1>登录页面</h1>
|
||||
{{template "footer" .}}
|
||||
3
web/templates/user/register.html.tmpl
Normal file
3
web/templates/user/register.html.tmpl
Normal file
@@ -0,0 +1,3 @@
|
||||
{{template "header" .}}
|
||||
<h1>注册页面</h1>
|
||||
{{template "footer" .}}
|
||||
Reference in New Issue
Block a user