code.gitea.io/gitea@v1.22.3/templates/repo/settings/layout_head.tmpl (about) 1 {{template "base/head" .ctxData}} 2 <div role="main" aria-label="{{.ctxData.Title}}" class="page-content {{.pageClass}}"> 3 {{template "repo/header" .ctxData}} 4 <div class="ui container flex-container"> 5 {{template "repo/settings/navbar" .ctxData}} 6 <div class="flex-container-main"> 7 {{template "base/alert" .ctxData}} 8 {{/* block: repo-setting-content */}} 9 10 {{if false}}{{/* to make html structure "likely" complete to prevent IDE warnings */}} 11 </div> 12 </div> 13 </div> 14 {{end}}