{{ define "main" }}

{{ i18n "latest-posts" }}

{{ $pages := first .Site.Params.latestPostsCount (where .Site.RegularPages "Section" "blog") }} {{ .Content }} {{ end }}