0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-03 04:54:02 +02:00
gitea/templates/group/home.tmpl
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2047492033
add templates for main group page
2026-04-02 20:15:47 -04:00

19 lines
523 B
Handlebars

{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content repo-group profile">
{{template "group/header" .}}
<div class="ui container">
<div class="ui mobile reversed stackable grid">
<div class="ui eleven wide column">
{{template "shared/repo_search" .}}
{{template "explore/repo_list" .}}
{{template "base/paginate" .}}
</div>
<div class="ui five wide column">
{{ template "group/sidebar/menu" .}}
</div>
</div>
</div>
</div>
{{template "base/footer" .}}