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

24 lines
593 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">
2020-01-08 21:03:54 +01:00
<h1>Blog Posts by</h1>
{f:render(partial: 'TopicList', arguments: {
2020-01-08 21:03:54 +01:00
headline: 'Compatibility with TYPO3',
topics: allTypo3Compatible
2019-11-15 13:17:22 +01:00
})}
2019-11-13 23:40:26 +01:00
{f:render(partial: 'TopicList', arguments: {
2020-01-08 21:03:54 +01:00
headline: 'Topic',
topics: allTopics
2019-11-15 13:17:22 +01:00
})}
2019-11-13 23:40:26 +01:00
</f:section>
</html>