2018-01-24 16:42:50 +07:00
|
|
|
{{ define "header" -}}
|
|
|
|
{{ partial "header.html" . }}
|
|
|
|
{{- end -}}
|
|
|
|
|
|
|
|
{{ define "content" -}}
|
2018-07-24 09:51:40 +10:00
|
|
|
{{ partial "page-list.html" . }}
|
2018-01-24 16:42:50 +07:00
|
|
|
{{- end -}}
|
2018-01-22 10:03:55 +07:00
|
|
|
|
2018-01-24 16:42:50 +07:00
|
|
|
{{ define "footer" -}}
|
2018-07-16 13:22:00 +10:00
|
|
|
{{ partial "footer.html" . }}
|
2018-01-24 16:42:50 +07:00
|
|
|
{{- end }}
|