{{/* Article navigation on the footer of the article */}} {{- $prev := .NextInSection -}} {{- $next := .PrevInSection -}} {{- if or $prev $next -}}
{{- if $prev -}} {{- partial "utils/icon.html" (dict "context" . "name" "chevron-right" "attributes" "class=\"inline h-5 shrink-0 ltr:rotate-180\"") -}} {{- $prev.Title -}} {{- end -}} {{- if $next -}} {{- $next.LinkTitle -}} {{- partial "utils/icon.html" (dict "context" . "name" "chevron-right" "attributes" "class=\"inline h-5 shrink-0\"") -}} {{- end -}}
{{- end -}}