{{ define "body_class" }}2-column{{ end }} {{ define "main" }}
{{ partial "sidebar/left.html" . }}

{{ .Type | singularize | humanize }}

{{ len .Pages }} post{{ if gt (len .Pages) 1 }}s{{ end }}

{{ .Title }}

{{ with .Params.description }}

{{ . }}

{{ end }}
{{ $image := partial "helper/image" (dict "Context" .) }} {{ if $image.exists }}
{{ if $image.resource }} {{- $thumbnail := $image.resource.Fill "120x120" -}} {{ else }} {{ end }}
{{ end }}
{{ $v2 := where .Pages "Params.hidden" "!=" true }} {{ $pag := .Paginate (.Pages) }} {{ range $pag.Pages }} {{ partial "article-list/compact" . }} {{ end }}
{{- partial "pagination.html" . -}} {{ partial "footer" . }}
{{ end }}