2019-11-13 23:40:26 +01:00
|
|
|
<html xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
|
|
|
data-namespace-typo3-fluid="true">
|
2019-11-15 00:27:23 +01:00
|
|
|
<header>
|
2020-01-08 20:05:36 +01:00
|
|
|
<a href="/">{settings.websiteTitle}</a>
|
2019-11-15 00:27:23 +01:00
|
|
|
</header>
|
2019-11-13 23:40:26 +01:00
|
|
|
|
2019-11-15 00:27:23 +01:00
|
|
|
<main>
|
|
|
|
<aside>
|
|
|
|
{f:render(section: 'Aside', arguments: _all)}
|
|
|
|
</aside>
|
2019-12-13 16:29:34 +01:00
|
|
|
<section>
|
|
|
|
{f:render(section: 'Content', arguments: _all)}
|
|
|
|
</section>
|
2019-11-15 00:27:23 +01:00
|
|
|
</main>
|
2019-11-13 23:40:26 +01:00
|
|
|
|
2019-11-15 00:27:23 +01:00
|
|
|
<footer>
|
2019-11-28 13:18:30 +01:00
|
|
|
{f:render(partial: 'FooterMenu', arguments: {pages: footerMenu.0.children})}
|
2019-11-15 00:27:23 +01:00
|
|
|
<p>ⓒ by Daniel Siepmann 2016 - {f:format.date(format: 'Y', date: 'now')}</p>
|
|
|
|
</footer>
|
2019-11-13 23:40:26 +01:00
|
|
|
</html>
|