fluid_styled_content (from TYPO3 7.6)
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
<f:switch expression="{layout}">
<f:case value="1">
<h1><f:link.typolink parameter="{link}">{header}</f:link.typolink></h1>
</f:case>
...
<f:case value="7">
<h3 class="variant1"><f:link.typolink parameter="{link}">{header}</f:link.typolink></h3>
</f:case>
<f:case value="100">
<f:comment> -- do not show header -- </f:comment>
</f:case>
<f:case default="true">
<f:if condition="{default}">
<f:render partial="Header/Header" arguments="{
header: header,
layout: default,
link: link}" />
</f:if>
</f:case>
</f:switch>
</html>This page contains automatically translated content.
Updated: 09.04.2025