mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 15:19:09 +01:00
14 lines
444 B
Handlebars
14 lines
444 B
Handlebars
|
{{template "base/head" .ctxData}}
|
||
|
<div role="main" aria-label="{{.ctxData.Title}}" class="page-content {{.pageClass}}">
|
||
|
<div class="ui container stackable grid">
|
||
|
{{template "user/settings/navbar" .ctxData}}
|
||
|
<div class="twelve wide column">
|
||
|
{{template "base/alert" .ctxData}}
|
||
|
{{/* block: user-setting-content */}}
|
||
|
|
||
|
{{if false}}{{/* to make html structure "likely" complete to prevent IDE warnings */}}
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
{{end}}
|