Files
proglang-gitea-templates-v1.22/repo/watchers.tmpl
2024-07-23 13:10:38 +02:00

9 lines
247 B
Cheetah

{{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" .}}