{{ if eq ($.Param "languagedir") "ltr" }} {{ if .PrevPage }}
{{ partial "svgs/arrow/arrow-back.svg" (dict "width" 25 "height" 25) }}
{{ .PrevPage.Title }}
{{ end }}
{{ if .NextPage }}
{{ .NextPage.Title }}
{{ partial "svgs/arrow/arrow-forward.svg" (dict "width" 25 "height" 25) }}
{{ end }} {{ else }} {{ if .NextPage }}
{{ partial "svgs/arrow/arrow-forward.svg" (dict "width" 25 "height" 25) }}
{{ .NextPage.Title }}
{{ end }}
{{ if .PrevPage }}
{{ .PrevPage.Title }}
{{ partial "svgs/arrow/arrow-back.svg" (dict "width" 25 "height" 25) }}
{{ end }} {{ end }}