0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-15 00:24:42 +02:00
gitea/templates/group/settings/layout_head.tmpl
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 0184b67292
add templates for group settings page
2026-04-02 20:15:46 -04:00

15 lines
488 B
Handlebars

{{template "base/head" .ctxData}}
<div role="main" aria-label="{{.ctxData.Title}}" class="page-content {{.pageClass}}">
{{template "group/header" .ctxData}}
<div class="ui container flex-container">
{{template "group/settings/navbar" .ctxData}}
<div class="flex-container-main">
{{template "base/alert" .ctxData}}
{{/* block: group-setting-content */}}
{{if false}}{{/* to make html structure "likely" complete to prevent IDE warnings */}}
</div>
</div>
</div>
{{end}}