aboutsummaryrefslogtreecommitdiff
path: root/templates/admin.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin.html')
-rw-r--r--templates/admin.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/admin.html b/templates/admin.html
new file mode 100644
index 0000000..7032daa
--- /dev/null
+++ b/templates/admin.html
@@ -0,0 +1,13 @@
+{{define "title"}}Admin{{end}}
+{{define "content"}}
+<div>
+ <ul>
+ <li>
+ <a href="/admin/users">list users</a>
+ </li>
+ <li>
+ <a href="/admin/createuser">create user</a>
+ </li>
+ </ul>
+</div>
+{{end}}