ds-site/Resources/Private/Layouts/Page/Default.html

20 lines
594 B
HTML

<html xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
data-namespace-typo3-fluid="true">
<header>
<a href="/">{settings.websiteTitle}</a>
</header>
<main>
<aside>
{f:render(section: 'Aside', arguments: _all)}
</aside>
<section>
{f:render(section: 'Content', arguments: _all)}
</section>
</main>
<footer>
{f:render(partial: 'FooterMenu', arguments: {pages: footerMenu.0.children})}
<p>ⓒ by Daniel Siepmann 2016 - {f:format.date(format: 'Y', date: 'now')}</p>
</footer>
</html>