4 lines
91 B
HTML
4 lines
91 B
HTML
{{ define "main" }}
|
|
{{ partial "front.html" . }}
|
|
{{ partial "sections.html" . }}
|
|
{{ end }}
|