can't make pager work

I'm displaying a list currently of 31 items. I think I've followed the instructions at https://docs.bolt.cm/content-paging ; the relevant part of the template says:
But I'm getting no paging. When I inspected _sub_pager.twig I found references to a variable called
Can anyone tell me what I'm doing wrong?
Thomas
- Code: Select all
{% setcontent plantlist = 'plants' orderby 'title' allowpaging %}
{% for p in plantlist %}
{{ p.title }} <br>
{% endfor %}
{{ pager() }}
But I'm getting no paging. When I inspected _sub_pager.twig I found references to a variable called
- Code: Select all
surr
Can anyone tell me what I'm doing wrong?
Thomas