{{ define "main" }} {{/* get all the pages that are regular posts and not pages */}} {{ $postsDir := .Site.Params.Posts | default (slice "posts" "post") }} {{ $allPostsList := where site.RegularPages "Section" "in" $postsDir }} {{- partial "home_post_list.html" (dict "Ctx" . "AllPostsList" $allPostsList) -}} {{ end }}