go-project-template/web/templates/sample-page.html
Finn 4ebe6c7752 add auth
and some other improvements
2024-07-24 22:13:23 -07:00

5 lines
113 B
HTML

{{template "base.html" . }}
{{ define "body" }}
This is a sample page. You should put something here!
{{ end }}