{{ $str := "" }}
{{if .NextInSection}} {{/* For the Book layout, prev/next labels are reversed. */}} {{ if in (slice "docs" "book") .Type }}{{ $str = "previous" }}{{else}}{{ $str = "next" }}{{end}}
{{ i18n $str }}
{{end}} {{if .PrevInSection}} {{ if in (slice "docs" "book") .Type }}{{ $str = "next" }}{{else}}{{ $str = "previous" }}{{end}}
{{ i18n $str }}
{{end}}