10 lines
221 B
HTML
10 lines
221 B
HTML
|
|
{{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}}
|