summaryrefslogtreecommitdiffstats
path: root/templates/repo/repo.tmpl
blob: 5ae3f25c16df0dbfc6036850bb12e1868da92f5f (plain)
1
2
3
4
5
6
7
8
9
10
{{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" .}}