{{- if or .PrevInSection .NextInSection -}}
{{- with .NextInSection -}}

{{- .Title | safeHTML -}}

{{- end -}} {{- with .PrevInSection -}}

{{- .Title | safeHTML -}}

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