:navigation-title: page.title .. include:: /Includes.rst.txt .. _typo3-fluid-page-title: ====================================== Page.title ViewHelper `` ====================================== .. versionadded:: 14.0 The ViewHelper allows setting the page title directly from Fluid templates. This is especially useful for Extbase plugins that need to set a page title in their detail views without having to implement their own custom `page title provider `_. .. code-block:: html :caption: EXT:my_extension/Resources/Private/Templates/Item/Show.html {item.title}

{item.title}

{item.description}

The ViewHelper can also be used with static content: .. code-block:: html :caption: EXT:my_extension/Resources/Private/Templates/Static/About.html About Us - Company Information

About Us

Welcome to our company...

.. typo3:viewhelper:: page.title :source: ../../Global.json :display: tags,gitHubLink :noindex: The ViewHelper integrates seamlessly with TYPO3's existing `page title provider `_ system and respects the configured provider priorities.