4 lines
77 B
HTML
4 lines
77 B
HTML
{{ define "main" }}
|
|
{{ partial "hero.html" . }}
|
|
{{ .Content }}
|
|
{{ end }}
|