watchers.tmpl 161 B

1234567
  1. {{template "base/head" .}}
  2. <div class="repository watchers">
  3. {{template "repo/header" .}}
  4. {{template "repo/user_cards" .}}
  5. </div>
  6. {{template "base/footer" .}}