13 lines
150 B
Cheetah
13 lines
150 B
Cheetah
{{template "admin" .}}
|
|
|
|
{{define "page-title"}}
|
|
Dashboard
|
|
{{end}}
|
|
|
|
{{define "content"}}
|
|
<div class="col-md-12">
|
|
Dashboard content
|
|
</div>
|
|
{{end}}
|
|
|