4 lines
97 B
HTML
4 lines
97 B
HTML
{{ define "main" }}
|
|
{{ partial "header.html" . }}
|
|
{{ partial "categories.html" . }}
|
|
{{ end }}
|