{{- if and (default true .Params.breadcrumbs) (not .IsHome) }}
{{- range .Ancestors.Reverse }}
{{- partial "utils/title" . -}}
{{- partial "utils/icon.html" (dict "name" "chevron-right" "attributes" "class=\"hx-w-3.5 hx-shrink-0 rtl:-hx-rotate-180\"") -}} {{ end -}}
{{- partial "utils/title" . -}}
{{ end -}}