{{ if .Params.img -}}
{{- else if .Params.teaser -}}
{{- else if .Site.Params.defaultImage -}}
{{- else if .Params.Summary -}}
{{- end }}
{{- $site := .Site -}}
{{ with .Params.Topics -}}
{{ range . -}}
{{ $page := $site.GetPage (printf "/topics/%s" .) }}
- {{ $page.Title }}
{{- end }}
{{- end }}
{{ if not .Site.Params.hideRelatedArticles -}}
{{- with .Params.Topics -}}
{{- end -}}
{{- end }}
{{ if not .Site.Params.hideSectionArticles -}}
{{- $section := or .Section "posts" -}}
{{- end }}