When I worked creating websites 10+ years ago, there was no backend/frontend separation. It was all HTML rendered on the server and few JS scripts on the client. What's it like in your project?
Now the question that matters to me:
It is still acceptable to develop a website with 100% server-rendered templates in a template engine and just some pure JS scripts.
Or is the default going to the SPA? Does the market still consider an SSR website to be a professional delivery?