17 lines
502 B
Cheetah
17 lines
502 B
Cheetah
{{template "base/head" .ctxData}}
|
|
<div role="main" aria-label="{{.ctxData.Title}}" class="page-content {{.pageClass}}">
|
|
{{template "repo/header" .ctxData}}
|
|
<div class="ui container">
|
|
<div class="ui grid">
|
|
{{template "repo/vault/navbar" .ctxData}}
|
|
<div class="twelve wide column content">
|
|
{{template "base/alert" .ctxData}}
|
|
{{/* block: vault-content */}}
|
|
|
|
{{if false}}{{/* to make html structure "likely" complete to prevent IDE warnings */}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{end}}
|