hmn/src/templates/src/index.html

6 lines
91 B
HTML

{{ template "base.html" . }}
{{ define "content" }}
This is the index page.
{{ end }}