12 lines
220 B
HTML
12 lines
220 B
HTML
|
{{ define "header" -}}
|
||
|
{{ partial "header.html" . }}
|
||
|
{{- end -}}
|
||
|
|
||
|
{{ define "content" -}}
|
||
|
{{ partial "portfolio/content.html" . }}
|
||
|
{{- end -}}
|
||
|
|
||
|
{{ define "footer" -}}
|
||
|
{{ partial "footer.html" . }}
|
||
|
{{- end }}
|