gitea/templates/repo/watchers.tmpl

6 lines
174 B

{{template "base/head" .}}
<div class="page-content repository watchers">
{{template "repo/header" .}}
{{template "repo/user_cards" .}}
</div>
{{template "base/footer" .}}