5 lines
99 B
HTML
5 lines
99 B
HTML
{{ define "main" }}
|
|
{{ partial "pageHeader.html" . }}
|
|
{{ partial "list.html" .}}
|
|
{{ end }}
|