Is there a way to render section pagination inside page?

Hi :slight_smile:

I’m trying to recreate my Hugo website in Zola. my website is structured in a way that the articles section has a list of articles with pagination component (that’s easy) but I want to article page itself to show the pagination from the article page, so the website layout stays the same. this is the image of the layout:

1 - is the article list
2 - is the article

I want to generate the article list pagination inside the article page (with next and prev buttons and list of articles).

is there a way to do it?

in Hugo I can use the {{ with }} to change the context of the specific part of the template. but in Zola I always get an error that there is no paginator.

I hope I was clear, thanks for the help!