I am building a Ghost Theme at the moment and I am having trouble swapping the blog for the home.
I went and created a post called "news", then change it to a static page, so I can access the slug. Then I created a "page-news.hbs" and it worked fine.
The problem is that when I add {{pagination}} everything breaks. I get a 500 with error
[page-news.hbs] pagination data is not an object or is a function
(/Users/lulato/Desktop/DD/DESKTOP/ghost_exper/jagag_exp/node_modules/ghost/core/server/helpers/pagination.js:14:23)
I'm also running the home.hbs. Not sure if that's relevant.
I checked an earlier version of this question here but it was from 2014.