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_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" -}}
|
|
|
|
{{- end }}
|