{{ $mypat := $.Params.pat}} {{ with .Site.GetPage .Params.ser }} {{/* $post_paginator := .Paginate (.Pages) 12 */}} {{/* range $post_paginator.Pages */}} {{ range first 12 .Pages }}
{{ $mypage := . }} {{$images := .Resources.ByType "image"}} {{with $images.GetMatch "*cover*" }} A thumbnail image {{end}}
{{end}} {{end}} {{.Inner}}