Files
2026-05-30 22:47:36 +08:00

15 lines
502 B
Handlebars

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