12 lines
259 B
HTML
12 lines
259 B
HTML
{{ define "header" -}}
|
|
{{ partial "header.html" . }}
|
|
{{- end -}}
|
|
|
|
{{ define "content" -}}
|
|
{{ partial "content_single.html" . }}
|
|
{{- end -}}
|
|
|
|
{{ define "footer" -}}
|
|
{{ partial "highlight.html" . }}
|
|
{{ partial "commenting.html" . }}
|
|
{{- end -}}
|