Files
cms-fluid-styled-content/Resources/Private/Templates/Text.fluid.html
T

9 lines
223 B
HTML

<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
<f:layout name="Default" />
<f:section name="Main">
{record -> f:render.text(field: 'bodytext')}
</f:section>
</html>