2018-01-24 16:42:50 +07:00
|
|
|
{{ define "header" -}}
|
|
|
|
{{ partial "header.html" . }}
|
|
|
|
{{- end -}}
|
|
|
|
|
|
|
|
{{ define "content" -}}
|
2018-07-16 13:22:00 +10:00
|
|
|
{{ partial "page_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-07-21 06:32:00 +10:00
|
|
|
<div class="container content">
|
2018-07-16 13:22:00 +10:00
|
|
|
{{- partial "highlight-js.html" . -}}
|
2018-07-10 11:41:30 +10:00
|
|
|
{{- partial "commenting.html" . -}}
|
|
|
|
</div>
|
2018-07-16 13:22:00 +10:00
|
|
|
{{ partial "footer.html" . }}
|
2018-01-24 16:42:50 +07:00
|
|
|
{{- end -}}
|