11 lines
222 B
HTML
11 lines
222 B
HTML
{{ define "header" }}
|
|
{{ partial "header.html" . }}
|
|
{{ end }}
|
|
|
|
{{ define "content" }}
|
|
{{ partial "portfolio/content.html" . }}
|
|
{{ end }}
|
|
|
|
{{ define "footer" }}
|
|
{{ partial "portfolio/footer.html" . }}
|
|
{{ end }}
|