11 lines
186 B
HTML
11 lines
186 B
HTML
{{ partial "header.html" . }}
|
|
|
|
{{ partial "single-header.html" . }}
|
|
|
|
{{ .Content }}
|
|
|
|
{{ if eq .Section "posts" }}
|
|
{{ partial "posts.html" . }}
|
|
{{ end }}
|
|
|
|
{{ partial "footer.html" . }}
|