{{ if eq .direction "previous" }}{{ partial "icon.html" "chevrons-left" }}{{ end }}
{{ title .direction }} in Series
{{ partial "nameinseries.html" (dict "page" .page) }}
{{ if eq .direction "next" }}{{ partial "icon.html" "chevrons-right" }}{{ end }}