{{ define "main-class" }}--section layouts-blog-section{{ end }} {{ define "main-header" }}

{{ .Title | safeHTML }} {{ if eq .Type "blog" }} {{ with .GetPage "blog/posts" }} {{ range .AlternativeOutputFormats -}} RSS feed {{ end }} {{ end }} {{ else }} {{ range .AlternativeOutputFormats -}} RSS feed {{ end }} {{ end }}

{{ .Content }}
{{ end }} {{ define "main-body" }} {{- if eq .Type "blog" -}} {{- with .GetPage "blog/posts" -}} {{- partial "items-grid.html" . -}} {{- end -}} {{- else -}} {{- partial "items-grid.html" . -}} {{- end -}} {{ end }}