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
Teodor
2
You need to change the App Root option to Page instead of Body, so that dynamic data can be used for the meta tags:
bpj
3
@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
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 ?