{{ $n_posts := $.Param "recent_posts_number" | default 3 }}

Últimos posts:

{{ range (first $n_posts .Pages) }}
{{ partial "summary-with-image.html" . }}
{{ end }}

Más posts en nuestras secciones:

{{ range .Sections }} {{ $post_count := len (.Pages) }} {{ if ge $post_count 1 }}

{{ .Name }}

{{ end }} {{ end }}