github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/docs/themes/hugo-theme-relearn/layouts/partials/pageHelper/prev.html (about)

     1  {{- $collection := .collection }}
     2  {{- $item := .item }}
     3  {{- $found := "" }}
     4  {{- $result := "" }}
     5  {{- range $collection }}
     6    {{- if eq $item .Page.Page }}
     7  	  {{- $result = $found }}
     8  	  {{- break }}
     9    {{- end }}
    10    {{- $found = .Page.Page }}
    11  {{- end }}
    12  {{- return $result }}