2023-04-23 10:21:21 +00:00
|
|
|
{{template "base/head" .ctxData}}
|
|
|
|
<div role="main" aria-label="{{.ctxData.Title}}" class="page-content {{.pageClass}}">
|
2023-08-31 09:21:18 +00:00
|
|
|
<div class="ui container gt-mb-4">
|
2023-07-26 03:53:37 +00:00
|
|
|
{{template "base/alert" .ctxData}}
|
|
|
|
</div>
|
2023-07-31 07:16:03 +00:00
|
|
|
<div class="ui container flex-container">
|
2023-04-23 10:21:21 +00:00
|
|
|
{{template "admin/navbar" .ctxData}}
|
2023-07-31 07:16:03 +00:00
|
|
|
<div class="flex-container-main">
|
2023-04-23 10:21:21 +00:00
|
|
|
{{/* block: admin-setting-content */}}
|
|
|
|
|
|
|
|
{{if false}}{{/* to make html structure "likely" complete to prevent IDE warnings */}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{end}}
|