You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every page gets a {{ pages }} variable, which is an array containing data on all pages. Each page is an array of the format [vinylFile, pageBody, pageData]. This should instead be an object with the format { body, data, file } to make access within templates more straightforward.