{{range $index, $element := (where (where site.RegularPages "Type" "in" site.Params.mainSections ) ".Params.featured" "=" true ) }}
Featured
{{ .Title }}

{{ .Title }}

{{ if .Description }} {{ .Description }} {{ end }}

Read more

{{ end }}