{{define "dashboard.html" -}}
{{template "header.html" .}}
{{template "admin-left-menu.html" .}}
<div id="admin-right-content" class="ui basic segment">
hello world
</div>
{{template "footer.html" .}}
{{end -}}