{{- if and (not (eq .Params.single true)) (or .PrevInSection .NextInSection) -}}
{{- with .NextInSection -}} {{- $title := .Title | safeHTML -}} {{- if $title -}}

{{- $title -}}

{{- end -}} {{- end -}} {{- with .PrevInSection -}} {{- $title := .Title | safeHTML -}} {{- if $title -}}

{{- .Title | safeHTML -}}

{{- end -}} {{- end -}}
{{- end -}}