{{ if or .PrevInSection .NextInSection }} {{/* this div holds these a tags as a unit for flex-box display */}}
{{if .NextInSection}}
{{ partial "svg/ic_chevron_left_black_24px.svg" (dict "fill" "#fff" "size" "12px") }} {{.NextInSection.Title}}
{{end}} {{if .PrevInSection}}
{{.PrevInSection.Title}} {{ partial "svg/ic_chevron_right_black_24px.svg" (dict "fill" "#fff" "size" "12px") }}
{{end}}
{{ end }}