10 lines
232 B
HTML
10 lines
232 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">
|
||
|
{data.bodytext -> f:format.html()}
|
||
|
</f:section>
|
||
|
</html>
|