nidus-sync/templates/dashboard.html
Eli Ribble 486c148bf7
Add user sessions and login
This isn't quite perfect, but gets much of the hard work done.
2025-11-05 17:15:33 +00:00

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