We have enable the auto-routing to work with both `.html` and `.njk` files. However if you do a custom route and call `res.render('my-page')` then it currently only works with a `my-page.html` file, not `my-page.njk`. Ideally we should let it work with both.
We have enable the auto-routing to work with both
.htmland.njkfiles.However if you do a custom route and call
res.render('my-page')then it currently only works with amy-page.htmlfile, notmy-page.njk.Ideally we should let it work with both.