{{ $list := dict }} {{ $extraclasses := "" }} {{ with try (index . "list") }} {{ if .Err }} {{ $list = $ }} {{ else }} {{ $list = .Value }} {{ $extraclasses = index $ "classes" }} {{ end }} {{ end }}
{{ with $list }} {{ range . }} {{ .Render "summary" }} {{ end }} {{ else }}
{{ i18n "no_posts" }}
{{ end }}