10 lines
181 B
HTML
10 lines
181 B
HTML
{{ define "header" -}}
|
|
{{ partial "header.html" . }}
|
|
{{- end -}}
|
|
|
|
{{ define "content" -}}
|
|
{{ partial "content_list.html" . }}
|
|
{{- end -}}
|
|
|
|
{{ define "footer" -}}
|
|
{{- end }}
|