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

32 lines
824 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">
<f:layout name="BlogSidebar" />
2019-11-13 23:40:26 +01:00
<f:section name="Content">
{contentMain -> f:format.raw()}
</f:section>
<f:section name="Aside">
<details open>
<summary>
<h2>Blog Posts by</h2>
</summary>
2020-01-08 21:03:54 +01:00
{f:render(partial: 'TopicList', arguments: {
headline: 'Compatibility with TYPO3',
topics: allTypo3Compatible
})}
2019-11-13 23:40:26 +01:00
{f:render(partial: 'TopicList', arguments: {
headline: 'Topic',
topics: allTopics
})}
</details>
2022-01-05 10:17:11 +01:00
{f:render(partial: 'MainMenu', arguments: {
pages: mainMenu.0.children
})}
2019-11-13 23:40:26 +01:00
</f:section>
</html>