about summary refs log tree commit diff
path: root/tools/govanity/templates/index.html.tpl
blob: fd8fc5686f224748bf0ae1e8e2c6ba02be29ab90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <title>golang repo</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  </head>
  <body>
    <ul>
      {{ range $idx, $m := .Repositories }}
      <li>go get <a href="{{ $m.Repo }}">{{ $.BaseUrl }}/{{ $m.Name }}/</a></li>
      {{end}}
    </ul>
  </body>
</html>