0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-21 07:02:47 +01:00
gitea/templates/repo/repo.tmpl

10 lines
203 B
Cheetah
Raw Normal View History

2014-03-13 04:56:25 +01:00
{{template "base/head" .}}
{{template "base/navbar" .}}
<div class="container" id="gogs-body">
<ul>
{{range .Files}}
<li>{{.Name}} - {{.Type}}</li>
{{end}}
</ul>
</div>
{{template "base/footer" .}}