mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 20:29:12 +01:00
10 lines
256 B
Cheetah
10 lines
256 B
Cheetah
|
{{template "base/head" .}}
|
||
|
{{template "base/navbar" .}}
|
||
|
<div class="container" id="gogs-body">
|
||
|
<ul>
|
||
|
{{range .Repos}}
|
||
|
<li>{{.Name}} stars: {{.NumStars}} forks: {{.NumForks}} watches:{{.NumWatchs}}</li>
|
||
|
{{end}}
|
||
|
</ul>
|
||
|
</div>
|
||
|
{{template "base/footer" .}}
|