ds-site/Resources/Private/Partials/Page/Header.html

10 lines
246 B
HTML
Raw Normal View History

2020-01-08 21:03:54 +01:00
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
data-namespace-typo3-fluid="true">
<header>
<a href="/">
{websiteTitle}
<small>- {websiteSubTitle}</small>
</a>
2020-01-08 21:03:54 +01:00
</header>
</html>