6 lines
89 B
HTML
6 lines
89 B
HTML
{{ define "main" }}
|
|
{{ partial "article" . }}
|
|
{{ partial "single_footer" . }}
|
|
|
|
{{ end }}
|