nidus-sync/templates/dashboard.html

10 lines
221 B
HTML
Raw Normal View History

{{template "base.html" .}}
{{define "title"}}Dash{{end}}
{{define "style"}}
{{end}}
{{define "content"}}
<h1>Hey {{ .Username }}</h1>
<p>At this point, pretend I'm showing you the result of some ArcGIS data.</p>
{{end}}