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-27 13:27:21 +01:00
|
|
|
<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">
|
2022-01-27 15:49:36 +01:00
|
|
|
{f:render(partial: 'MainMenu', arguments: {
|
|
|
|
pages: mainMenu.0.children
|
|
|
|
})}
|
|
|
|
|
2021-12-08 11:55:27 +01:00
|
|
|
<details open>
|
|
|
|
<summary>
|
|
|
|
<h2>Blog Posts by</h2>
|
|
|
|
</summary>
|
2020-01-08 21:03:54 +01:00
|
|
|
|
2021-12-08 11:55:27 +01:00
|
|
|
{f:render(partial: 'TopicList', arguments: {
|
|
|
|
headline: 'Compatibility with TYPO3',
|
|
|
|
topics: allTypo3Compatible
|
|
|
|
})}
|
2019-11-13 23:40:26 +01:00
|
|
|
|
2021-12-08 11:55:27 +01:00
|
|
|
{f:render(partial: 'TopicList', arguments: {
|
|
|
|
headline: 'Topic',
|
|
|
|
topics: allTopics
|
|
|
|
})}
|
|
|
|
</details>
|
2019-11-13 23:40:26 +01:00
|
|
|
</f:section>
|
|
|
|
</html>
|