{{ $currentPage := . }} {{ range sort .CurrentSection.Pages ".Params.weight" }} {{ if ne .Params.noList "1"}} {{ if .Params.apiController }} {{ else if eq .Title "API Objects" }} {{ else if eq .Title "API Exceptions" }} {{ end }} {{ end }} {{ end }}