I'm new to Next, and just started converting my SvelteKit project.
I initiated a Next project (next@15.2.0-canary.72) and created a basic layout.
But title.template in metadata title just do not work. I literally copypasted code from docs (https://nextjs.org/docs/app/api-reference/functions/generate-metadata#template) and all my pages show "Page" instead of "Page | Company" even though the template is "%s | Company".