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