Dynamic Title in meta tag

Hello, in a page with dynamic data , how can I set also the title of the page with same mode?

For example in that page:


the title ‘Eurosoft’ is dynamically {{data_detail1.data.nome}}

I would like set the title like:
Villar Perosa.net - Eurosoft

Something like that in code:
<title>Villar Perosa.net - {{data_detail1.data.nome}} </title>

But it doesn’t work. There’s an alternative mode?
Thanks

You need to change the App Root option to Page instead of Body, so that dynamic data can be used for the meta tags:

@Teodor Quick question - is there a reason why the app root would be the body rather than the page?

To me it seems like it should always be the page???

2 Likes

@Teodor Thank you!

Blockquote
@Teodor Quick question - is there a reason why the app root would be the body rather than the page?

I had the same question: when to use one or when to use the other?

Could you clarify @Teodor ?