I want to get the title of a linked page, which is linked by a twig expression.
<a href="{{ header.home.linkOne }}">#TitleHere</a>
I tried to get the title with page.find but this doesn't work at all. I don’t want to create a backend field to type in the title manually.
Please help me to solve this problem.