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

31 lines
824 B
HTML

<html xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
data-namespace-typo3-fluid="true">
<f:layout name="BlogSidebar" />
<f:section name="Content">
{contentMain -> f:format.raw()}
</f:section>
<f:section name="Aside">
{f:render(partial: 'MainMenu', arguments: {
pages: mainMenu.0.children
})}
<details open>
<summary>
<h2>Blog Posts by</h2>
</summary>
{f:render(partial: 'TopicList', arguments: {
headline: 'Compatibility with TYPO3',
topics: allTypo3Compatible
})}
{f:render(partial: 'TopicList', arguments: {
headline: 'Topic',
topics: allTopics
})}
</details>
</f:section>
</html>