{{ if .IsHome }} {{ (index $.Site.Params.lang_strings .Site.Language.Lang).home_title }} {{ else if eq .Parent.Section "highlights_topics" }} {{ with .Site.GetPage "/highlights" }} {{ .Title }} {{ end }}: {{ .Title }} {{ else if eq .Parent.Section "dashboards_topics" }} {{ with .Site.GetPage "/dashboards" }} {{ .Title }} {{ end }}: {{ .Title }} {{ else if eq .Parent.Section "resources" }} {{ .Parent.Title }} {{ else }} {{ .Title }} {{ end }}

{{ if .Ancestors }} {{ $titles_to_split := slice "Highlights_topics" "Dashboards_topics" "Editorials_topics" "Editorials_authors" }} {{ end }}