2018-01-24 09:42:50 +00:00
|
|
|
{{ define "header" -}}
|
|
|
|
{{ partial "header.html" . }}
|
|
|
|
{{- end -}}
|
|
|
|
|
|
|
|
{{ define "content" -}}
|
|
|
|
{{ partial "post_content.html" . }}
|
|
|
|
{{- end -}}
|
2014-04-26 22:25:13 +00:00
|
|
|
|
2018-01-22 03:03:55 +00:00
|
|
|
{{ define "footer" -}}
|
2018-01-24 09:42:50 +00:00
|
|
|
{{ partial "post_footer.html" . }}
|
|
|
|
{{- end -}}
|