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="Default" />
|
|
|
|
|
|
|
|
<f:section name="Content">
|
2019-11-15 00:27:23 +01:00
|
|
|
<header>
|
|
|
|
<h1>{data.title}</h1>
|
|
|
|
</header>
|
|
|
|
|
2019-11-13 23:40:26 +01:00
|
|
|
{contentMain -> f:format.raw()}
|
|
|
|
</f:section>
|
|
|
|
|
|
|
|
<f:section name="Aside">
|
2019-11-15 13:17:22 +01:00
|
|
|
{f:render(partial: 'TagList', arguments: {
|
|
|
|
headline: 'Compatible with TYPO3',
|
|
|
|
tags: allTypo3Compatible
|
|
|
|
})}
|
2019-11-13 23:40:26 +01:00
|
|
|
|
2019-11-15 13:17:22 +01:00
|
|
|
{f:render(partial: 'TagList', arguments: {
|
|
|
|
headline: 'Tags',
|
|
|
|
tags: allTags
|
|
|
|
})}
|
2019-11-13 23:40:26 +01:00
|
|
|
</f:section>
|
|
|
|
</html>
|