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