11 lines
220 B
11 lines
220 B
{{ define "header" }}
|
|
{{ partial "header.html" . }}
|
|
{{ end }}
|
|
|
|
{{ define "content" }}
|
|
{{ partial "artfolio/content.html" . }}
|
|
{{ end }}
|
|
|
|
{{ define "footer" }}
|
|
{{ partial "artfolio/footer.html" . }}
|
|
{{ end }}
|
|
|