{{ T "list.page" (len .Pages) }}
                {{ .Title }}
                {{ with .Params.description }}
                    {{ . }}
                {{ end }}
            
    
            {{- $image := partialCached "helper/image" (dict "Context" . "Type" "section") .RelPermalink "section" -}}
            {{ if $image.exists }}
                
                    {{ if $image.resource }}
                        {{- $Permalink := $image.resource.RelPermalink -}}
                        {{- $Width := $image.resource.Width -}}
                        {{- $Height := $image.resource.Height -}}
    
                        {{- if (default true .Page.Site.Params.imageProcessing.cover.enabled) -}}
                            {{- $thumbnail := $image.resource.Fill "120x120" -}}
                            {{- $Permalink = $thumbnail.RelPermalink -}}
                            {{- $Width = $thumbnail.Width -}}
                            {{- $Height = $thumbnail.Height -}}
                        {{- end -}}
                        
                        

                    {{ else }}
                        

                    {{ end }}
                
            {{ end }}