Files
hearth/package/gitea/source/templates/org/settings/layout_head.tmpl
T
yukkop d9b2a4e787
runner nix smoke / nix label and flake smoke (push) Failing after 1m28s
feat: update gitea vendor
2026-09-26 21:18:24 +00:00

15 lines
499 B
Handlebars

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