diff --git a/web/templates/admin/layout.html b/web/templates/admin/layout.html
index 0519ecb..b401c94 100644
--- a/web/templates/admin/layout.html
+++ b/web/templates/admin/layout.html
@@ -1 +1,36 @@
-
\ No newline at end of file
+
+
+
+
+
+ 代理服务管理后台
+
+
+
+
+
+
+
+ {{template "Content" .}}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/web/templates/admin/login.html b/web/templates/admin/login.html
index 5cd9d24..c733211 100644
--- a/web/templates/admin/login.html
+++ b/web/templates/admin/login.html
@@ -1,13 +1,5 @@
-
-
-
-
-
- 管理员登录
-
-
-
-
+{{define "Content"}}
+
-
-
-
\ No newline at end of file
+
+{{end}}
\ No newline at end of file