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