{{ .Content }}
{{ range .Paginator.Pages }}
{{ $image := .Resources.GetMatch .Params.image }}
{{ $image := $image.Resize "x350" }}
{{ $image := $image.Crop "350x350" }}
{{ if $image }}
-
{{ .Date | time.Format (.Site.Params.dateFormat | default "January 2006" ) }}
{{ if .Params.new }}
{{ end }}
{{ if .Params.obiettivo_percent }}
{{ end }}
{{ .Title }}
{{ .Params.description }}
{{ if .Params.tags }}
{{ end }}
{{ end }}
{{ end }}
{{ partial "pagination.html" . }}