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

25 lines
613 B
HTML

<html xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
data-namespace-typo3-fluid="true">
<f:layout name="Default" />
<f:section name="Content">
<header>
<h1>{data.title}</h1>
</header>
{contentMain -> f:format.raw()}
</f:section>
<f:section name="Aside">
{f:render(partial: 'TagList', arguments: {
headline: 'Compatible with TYPO3',
tags: allTypo3Compatible
})}
{f:render(partial: 'TagList', arguments: {
headline: 'Tags',
tags: allTags
})}
</f:section>
</html>