1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-07 13:34:20 -04:00
gitea/templates/explore/repos.tmpl

11 lines
325 B
Handlebars
Raw Normal View History

2015-08-31 18:20:23 -04:00
{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content explore repositories">
{{template "explore/navbar" .}}
2015-08-31 18:20:23 -04:00
<div class="ui container">
{{template "explore/repo_search" .}}
{{template "explore/repo_list" .}}
{{template "base/paginate" .}}
2015-08-31 18:20:23 -04:00
</div>
2014-09-05 17:28:09 -04:00
</div>
2015-08-31 18:20:23 -04:00
{{template "base/footer" .}}