aboutsummaryrefslogtreecommitdiffstats
path: root/templates/admin/layout_head.tmpl
blob: 6d84f8f3590e3e2ee2e1b8670e4d507b78236ac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{template "base/head" .ctxData}}
<div role="main" aria-label="{{.ctxData.Title}}" class="page-content {{.pageClass}}">
	<div class="ui container stackable grid">
		{{template "admin/navbar" .ctxData}}
		<div class="twelve wide column">
			{{template "base/alert" .ctxData}}
			{{/* block: admin-setting-content */}}

{{if false}}{{/* to make html structure "likely" complete to prevent IDE warnings */}}
		</div>
	</div>
</div>
{{end}}