2018-07-30 07:41:49 +10:00
|
|
|
{{ define "header" }}
|
2018-07-21 06:32:00 +10:00
|
|
|
{{ partial "header.html" . }}
|
2018-07-30 07:41:49 +10:00
|
|
|
{{ end }}
|
2018-07-21 06:32:00 +10:00
|
|
|
|
2018-07-30 07:41:49 +10:00
|
|
|
{{ define "content" }}
|
2018-07-21 06:32:00 +10:00
|
|
|
{{ partial "portfolio/content.html" . }}
|
2018-07-30 07:41:49 +10:00
|
|
|
{{ end }}
|
2018-07-21 06:32:00 +10:00
|
|
|
|
2018-07-30 07:41:49 +10:00
|
|
|
{{ define "footer" }}
|
2018-07-27 11:04:16 +10:00
|
|
|
{{ partial "portfolio/footer.html" . }}
|
2018-07-30 07:41:49 +10:00
|
|
|
{{ end }}
|