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