I’m trying to get the links for the pagers with {{ $paginator.Prev }} and {{ $paginator.Next }} When there is either no previous or next page, I get the expected value of <nil>. But for example this is what the pager for page 2 returns: {2 0xc2082b0e70}.
What am I doing wrong? Other parameters like $paginator.PageNumber or $paginator.TotalPages work fine.