{{ if .Params.img -}} {{ .Params.title }} {{- else if .Params.teaser -}}
{{ .Params.teaser }}
{{- else if .Site.Params.defaultImage -}} dummy {{- else if .Params.Summary -}}
{{ .Params.Summary }}
{{- end }} {{- $site := .Site -}} {{ with .Params.Topics -}}

{{i18n "topics"}}

    {{ range . -}} {{ $page := $site.GetPage (printf "/topics/%s" .) }}
  • {{ $page.Title }}
  • {{- end }}
{{- end }} {{ if not .Site.Params.hideRelatedArticles -}} {{- with .Params.Topics -}}

{{ i18n "related" }}

{{- end -}} {{- end }} {{ if not .Site.Params.hideSectionArticles -}}
{{- $section := or .Section "posts" -}}

{{ or (i18n $section) (i18n "articles-in-section") }}

{{- end }}