+ {{- if .Content }}
+
+ {{ with .Content }}
{{ . }}
{{ end }}
+
+ {{- end }}
- {{ $mainSections := .Site.Params.mainSections | default (slice "post") }}
- {{ $paginator := .Paginate (where .Data.Pages "Section" "in" $mainSections) }}
- {{ range $paginator.Pages }}
+ {{- $mainSections := .Site.Params.mainSections | default (slice "post") }}
+ {{- $paginator := .Paginate (where .Data.Pages "Section" "in" $mainSections) }}
+ {{- range $paginator.Pages }}
{{ .Render "summary" }}
- {{ end }}
+ {{- end }}
{{- if and (not .Site.Params.hideNoPostsWarning) (eq $paginator.TotalNumberOfElements 0) }}