{{ define "main" }}
{{ with .Site.GetPage "section" "blog" }} {{ if eq .Params.blogHeaderType "img" }} {{ partial "header/blog-header.html" . }} {{ else }}
{{ partial "header/blog-header.html" . }}
{{ end }} {{ end }}
{{ range .RegularPages }} {{ .Render "summary" }} {{ end }} {{ partial "main/component/pagination.html" . }}
{{ partial "main/component/tag-cloud" . }}
{{ end }}