hugo-theme-relearn/layouts/_default/list.html
2017-03-14 02:55:59 +03:00

10 lines
244 B
HTML

{{ partial "header.html" . }}
{{ if .Content }}
{{ .Content }}
{{ else }}
{{ with (index (index .Site.Sections .Section) 0) }}
{{ .Page.Content }}
{{ $.Scratch.Set "uniqueId" .Page.UniqueID }}
{{ end }}
{{ end }}
{{ partial "footer.html" . }}