{{ define "main" }} {{ if .Title }}

{{ .Title }}

{{ end }}
{{ .Content }}
{{ $pages := union .RegularPages .Sections }} {{ if .IsHome }} {{ $pages = where site.RegularPages "Type" "in" site.Params.mainSections }} {{ end }}

Recent Posts

{{ if gt $paginator.TotalPages 1 }} {{ end }} {{ end }}