This forum has moved, please join us on github discussions. We will keep these old posts available for reference. Thank you!

How to make Apostrophe recognize renamed home.html?

Just discovering Apostrophe and working on the first project.
I’m using Webstorm IDE and installed twig plugin to add support for Nunjuks in the editor. Unfortunately the only way to make it work was to rename home.html (and other templates) to home.twig.html. But now the site throws an error as it cannot find home.html. Changing name: ‘home’ to name: 'home.twig" in the apostrophe-pages/index.js did not work. Is there another place where i can change the setting to make Apostrophe recognize template_name.twig.html files?
Thanks in advance.