{{ .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 }}