{{ if .Params.img }} {{ .Params.title }} {{ else if .Params.teaser }}

{{ i18n "Teaser" }}

{{ .Params.teaser }}

{{ else if .Site.Params.defaultImage }} dummy {{ end }} {{ $taxo := "topics" }} {{ if .Param $taxo }}

{{i18n "topics"}}

    {{ range .Param $taxo }} {{ $name := . }} {{ with $.Site.GetPage (printf "/%s/%s" $taxo ($name | urlize)) }}
  • {{ $name }}
  • {{ end }} {{ end }}
{{ end }}

{{i18n "recentArticles"}}

    {{ range first 3 (where .Site.RegularPages "Section" "posts") }}
  • {{ .Title }}   {{ .Date.Format (i18n "dateFormat") }}
  • {{ end }}