{{ define "main" }} {{ partial "hero.html" . }} <!-- Page Content --> {{ range $index, $element := where .Pages "Type" "in" .Site.Params.mainSections }} <div class="mw7 center avenir ph2"> {{ partial "open_section.html" . }} {{ range first .Params.index_show .Pages.ByPublishDate.Reverse }} {{ partial "post.html" . }} {{ end }} <div class="tc pa3"> <i class="fas fa-angle-right"></i> <a href="{{ .Type }}" class="f3 link near-black">See all</a> </div> </div> {{ end }} {{ end }}