2019-11-13 23:40:26 +01:00
|
|
|
<html xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
|
|
|
data-namespace-typo3-fluid="true">
|
2020-01-08 21:03:54 +01:00
|
|
|
|
2020-01-10 16:39:13 +01:00
|
|
|
{f:render(partial: 'Header', arguments: _all) -> f:spaceless()}
|
2019-11-13 23:40:26 +01:00
|
|
|
|
2019-11-15 00:27:23 +01:00
|
|
|
<main>
|
2020-01-08 21:03:54 +01:00
|
|
|
<header>
|
|
|
|
<h1>{data.title}</h1>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<aside>
|
2020-01-10 16:39:13 +01:00
|
|
|
{f:render(section: 'Aside', arguments: _all) -> f:spaceless()}
|
2020-01-08 21:03:54 +01:00
|
|
|
</aside>
|
2021-12-08 11:55:27 +01:00
|
|
|
|
|
|
|
<section>
|
|
|
|
{f:render(section: 'Content', arguments: _all) -> f:spaceless()}
|
|
|
|
</section>
|
2019-11-15 00:27:23 +01:00
|
|
|
</main>
|
2019-11-13 23:40:26 +01:00
|
|
|
|
2020-01-13 14:06:13 +01:00
|
|
|
{f:render(partial: 'Footer', arguments: _all)}
|
2019-11-13 23:40:26 +01:00
|
|
|
</html>
|