2018-01-24 16:42:50 +07:00
|
|
|
{{ define "header" -}}
|
|
|
|
{{ partial "header.html" . }}
|
|
|
|
{{- end -}}
|
|
|
|
|
|
|
|
{{ define "content" -}}
|
2018-04-09 07:52:06 +10:00
|
|
|
{{ partial "content_single.html" . }}
|
2018-01-24 16:42:50 +07:00
|
|
|
{{- end -}}
|
2014-04-26 16:25:13 -06:00
|
|
|
|
2018-01-22 10:03:55 +07:00
|
|
|
{{ define "footer" -}}
|
2018-05-31 09:29:05 +10:00
|
|
|
{{ partial "highlight.html" . }}
|
2018-04-09 07:52:06 +10:00
|
|
|
{{ partial "commenting.html" . }}
|
2018-01-24 16:42:50 +07:00
|
|
|
{{- end -}}
|