I’m trying to migrate a theme to Zola v0.23.2. I’m new to this so I’m not quite sure how to debug the issue I’m having. When I try to build the site with zola build, I get the following error: Variable page is not defined. Available variables: config, lang, zola_version. The file that has the error is base.html. The page.html file extends base.html. Could this be an inheritance issue? Why did it work before?
Is there a new way to access the page variable? I couldn’t find anything about it in the v0.23.2 changelog or migration notes. There is a page.html template for the theme but for some reason Zola isn’t registering it like it did with v0.22.1.