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

27 lines
741 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">
2019-11-15 00:27:23 +01:00
<header>
2019-11-15 18:35:16 +01:00
<div>
2019-11-15 00:27:23 +01:00
<a href="/">{settings.websiteTitle}</a>
</div>
<nav>
<a href="{f:uri.page(pageUid: 1. pageType: 1533906435, additionalParams: {sitemap: 'rssFeedAllBlogPosts'})}">RSS Feed</a>
2019-11-15 00:27:23 +01:00
</nav>
</header>
2019-11-13 23:40:26 +01:00
2019-11-15 00:27:23 +01:00
<main>
<section>
{f:render(section: 'Content', arguments: _all)}
</section>
2019-11-13 23:40:26 +01:00
2019-11-15 00:27:23 +01:00
<aside>
{f:render(section: 'Aside', arguments: _all)}
</aside>
</main>
2019-11-13 23:40:26 +01:00
2019-11-15 00:27:23 +01:00
<footer>
<p>ⓒ by Daniel Siepmann 2016 - {f:format.date(format: 'Y', date: 'now')}</p>
<!-- TODO: Add imprint -->
</footer>
2019-11-13 23:40:26 +01:00
</html>