udemy-go-web-1/templates/admin-dashboard.page.tmpl

13 lines
150 B
Cheetah

{{template "admin" .}}
{{define "page-title"}}
Dashboard
{{end}}
{{define "content"}}
<div class="col-md-12">
Dashboard content
</div>
{{end}}