{{ $h := .h }} {{ $is_first := true}} {{ range .pages }} {{ if $is_first }} {{ $is_first = false }} {{ else }}
{{ end }} {{ partial "preview/post.html" (dict "h" $h "page" .) }} {{ end }}