{{ $page := .page }} {{ $variant := .variant | default "bottom" }} {{ $prev := $page.PrevInSection }} {{ $next := $page.NextInSection }} {{/* Shell prompt command varies by position */}} {{ $cmd := "ls ../" }} {{ if eq $variant "top" }} {{ $cmd = "cd" }} {{ end }}