In my case, I have the Site Title
Rom Tourismus | Tourist in Rom | Dein Online Reiseplaner
and the Tagline
Tourist in Rom
Now I want to insert the tagline instead of <h1>{{post_title}}</h1>
I tried with <h1>{{tagline}}</h1>
but the output is {{tagline}}
I understood that it shall be possible to address every field in the page hero content. So, if it works like this, I need to know the field name of the tagline.
If possible, it would be good to insert also the Site Title, on desktop only.