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