{{ define "main" }} <div id="content" class="mw7 center"> <h1 class="f1">{{.Title}}</h1> <h2 class="f2">Posts</h2> <!-- Note that .Data.Pages is the equivalent of .Site.Pages on the homepage template. --> {{ range where .Data.Pages "Section" "post" }} {{ .Render "summary" }} {{ end }} </div> {{ end }}