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

22 lines
545 B
HTML
Raw Normal View History

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>
2019-12-13 16:29:34 +01:00
<section>
2020-01-10 16:39:13 +01:00
{f:render(section: 'Content', arguments: _all) -> f:spaceless()}
2019-12-13 16:29:34 +01:00
</section>
2020-01-08 21:03:54 +01:00
<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>
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>