Files

9 lines
247 B
Handlebars
Raw Permalink Normal View History

2015-11-16 23:28:46 -05:00
{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content repository watchers">
2015-12-07 23:30:52 +01:00
{{template "repo/header" .}}
2023-04-29 21:43:01 +02:00
<div class="ui container">
{{template "repo/user_cards" .}}
</div>
</div>
2015-12-07 23:30:52 +01:00
{{template "base/footer" .}}