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