summaryrefslogtreecommitdiffstats
path: root/templates/repo/projects/list.tmpl
blob: 9eae401fa296decc929967549c477ac52244584b (plain)
1
2
3
4
5
6
7
8
{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content repository projects milestones">
	{{template "repo/header" .}}
	<div class="ui container">
		{{template "projects/list" .}}
	</div>
</div>
{{template "base/footer" .}}