This adds a pattern for creating pages that require authentication. The settings page is currently empty, but it's helpful to figure out how to do this pattern.
7 lines
123 B
HTML
7 lines
123 B
HTML
{{template "authenticated.html" .}}
|
|
|
|
{{define "title"}}Dash{{end}}
|
|
{{define "style"}}
|
|
{{end}}
|
|
{{define "content"}}
|
|
{{end}}
|