{{- with $.Page.Params.posts_section_heading -}} {{- . -}} {{- else -}} Recent Posts {{- end -}}

{{ $num := .Get 0 }} {{ if not $num }} {{ $num = 10 }} {{ end }} {{ range (where site.RegularPages "Section" "posts" | first $num) }}
{{ partial "posts/post-entry.html" . }}
{{ else }} {{ partial "general/fallback-text.html" . }} {{ end }} Plus de publications