4 lines
91 B
HTML
4 lines
91 B
HTML
{{ define "main" }}
|
|
{{ partial "header.html" . }}
|
|
{{ partial "home.html" . }}
|
|
{{ end }}
|