aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/admin/templates/dashboard.html
blob: cdb8ba1f5895d45c9d8bc0cf7b305c4092d02686 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{ template "base.html" . }}

{{ define "content" }}
<p>
  <a href="/admin/users">Users</a>
</p>
<p>
  <a href="/admin/games">Games</a>
</p>
<form method="post" action="/logout">
  <button type="submit">Logout</button>
</form>
{{ end }}