This is how I used to do for normal list:
{{ range (.Paginator 50).Pages }}
I wanna do something similar for terms.html:
{{ range (.Paginator 50).Data.Terms.ByCount }}
Is there anyway to that?
This is how I used to do for normal list:
{{ range (.Paginator 50).Pages }}
I wanna do something similar for terms.html:
{{ range (.Paginator 50).Data.Terms.ByCount }}
Is there anyway to that?