mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-05 22:53:14 +03:00
12 lines
275 B
Cheetah
12 lines
275 B
Cheetah
{{template "base/head" .}}
|
|
{{template "base/navbar" .}}
|
|
<div class="container" id="gogs-body">
|
|
<div><a href="/user/publickey/add">Add publick key</a></div>
|
|
<ul>
|
|
{{range .Keys}}
|
|
<li>{{.Name}}</li>
|
|
<li>{{.Content}}</li>
|
|
{{end}}
|
|
</ul>
|
|
</div>
|
|
{{template "base/footer" .}} |