{{ partial "header.html" . }}
{{ range where .Data.Pages "Title" "Home" }}
{{ .Content }}
{{ end }} {{ $nbPosts := len (where .Data.Pages "Section" "blog") }} {{ if gt $nbPosts 0 }}
Latest posts
    {{ range first .Site.Params.latestpostcount (where .Data.Pages "Section" "blog") }} {{ partial "li.html" . }} {{ end }}
{{ if gt $nbPosts .Site.Params.latestpostcount }} See more ... {{ end }} {{ end }}
{{ partial "footer.html" . }}