6 lines
113 B
HTML
6 lines
113 B
HTML
|
{{template "base.html" . }}
|
||
|
|
||
|
{{ define "body" }}
|
||
|
This is a sample page. You should put something here!
|
||
|
{{ end }}
|