gitea/templates/explore/repos.tmpl

15 lines
366 B
Cheetah
Raw Normal View History

2015-08-31 16:20:23 -06:00
{{template "base/head" .}}
2015-09-01 05:04:35 -06:00
<div class="explore repositories">
2015-08-31 16:20:23 -06:00
<div class="ui container">
<div class="ui grid">
2015-09-01 05:04:35 -06:00
{{template "explore/navbar" .}}
2015-08-31 16:20:23 -06:00
<div class="twelve wide column content">
{{template "explore/search" .}}
{{template "explore/repo_list" .}}
{{template "base/paginate" .}}
2015-08-31 16:20:23 -06:00
</div>
</div>
</div>
2014-09-05 15:28:09 -06:00
</div>
2015-08-31 16:20:23 -06:00
{{template "base/footer" .}}