2018-07-29 21:41:49 +00:00
|
|
|
{{ define "header" }}
|
2018-07-20 20:32:00 +00:00
|
|
|
{{ partial "header.html" . }}
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ end }}
|
2018-07-20 20:32:00 +00:00
|
|
|
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ define "content" }}
|
2018-07-20 20:32:00 +00:00
|
|
|
{{ partial "portfolio/content.html" . }}
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ end }}
|
2018-07-20 20:32:00 +00:00
|
|
|
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ define "footer" }}
|
2018-07-27 01:04:16 +00:00
|
|
|
{{ partial "portfolio/footer.html" . }}
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ end }}
|