2023-04-23 12:21:21 +02:00
|
|
|
{{template "base/head" .ctxData}}
|
|
|
|
<div role="main" aria-label="{{.ctxData.Title}}" class="page-content {{.pageClass}}">
|
|
|
|
{{template "org/header" .ctxData}}
|
2023-10-04 08:47:54 +02:00
|
|
|
<div class="ui container flex-container">
|
2023-04-23 12:21:21 +02:00
|
|
|
{{template "org/settings/navbar" .ctxData}}
|
2023-10-04 08:47:54 +02:00
|
|
|
<div class="flex-container-main">
|
2023-04-23 12:21:21 +02:00
|
|
|
{{template "base/alert" .ctxData}}
|
|
|
|
{{/* block: org-setting-content */}}
|
|
|
|
|
|
|
|
{{if false}}{{/* to make html structure "likely" complete to prevent IDE warnings */}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{end}}
|