repostats/templates/dashboard.html

8 lines
212 B
HTML

{{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 -}}