11 lines
222 B
HTML
11 lines
222 B
HTML
{{ define "header" -}}
|
|
{{ partial "header.html" . }}
|
|
{{- end -}}
|
|
|
|
{{ define "content" -}}
|
|
{{ partial "content_single.html" . }}
|
|
{{- end -}}
|
|
|
|
{{ define "footer" -}}
|
|
{{ partial "commenting.html" . }}
|
|
{{- end -}}
|