Insert page title on the website
To show the page title on a specific part of the website, use this code:
lib.header_top_right = HTML
lib.header_top_right.value {
wrap = <div class="pagetitle">|</div>
data = page : title
}
Where "lib.header_top_right" is the Templavoila typoscript object path to the header top right part of the website.

Kind reminder! This tutorial has been tested with and updated for TYPO3 v10. Please keep in mind that the tutorial has once been set up for TYPO3 v6. It follows some deprecated conventions. If so, this will be mentioned in the tutorial.