I have a very long list of titles in my data file data/works.yml
which looks more or less like this:
---
-
id: 947
title: "First"
-
id: 955
title: "Second"
The list is too long too display without pagination. How can I paginate index.html, where I want this list to be displayed?