You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
275 B

  1. {{template "base/head" .}}
  2. {{template "base/navbar" .}}
  3. <div class="container" id="gogs-body">
  4. <div><a href="/user/publickey/add">Add publick key</a></div>
  5. <ul>
  6. {{range .Keys}}
  7. <li>{{.Name}}</li>
  8. <li>{{.Content}}</li>
  9. {{end}}
  10. </ul>
  11. </div>
  12. {{template "base/footer" .}}