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