2023-04-23 04:21:21 -06:00
|
|
|
{{template "base/head" .ctxData}}
|
|
|
|
<div role="main" aria-label="{{.ctxData.Title}}" class="page-content {{.pageClass}}">
|
2024-03-22 17:54:09 -06:00
|
|
|
<div class="ui container">
|
2023-07-25 21:53:37 -06:00
|
|
|
{{template "base/alert" .ctxData}}
|
|
|
|
</div>
|
2024-03-04 06:48:59 -07:00
|
|
|
<div class="ui container fluid padded flex-container">
|
2023-04-23 04:21:21 -06:00
|
|
|
{{template "admin/navbar" .ctxData}}
|
2023-07-31 01:16:03 -06:00
|
|
|
<div class="flex-container-main">
|
2023-04-23 04:21:21 -06:00
|
|
|
{{/* block: admin-setting-content */}}
|
|
|
|
|
|
|
|
{{if false}}{{/* to make html structure "likely" complete to prevent IDE warnings */}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{end}}
|