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