2020-12-06 13:56:46 +01:00

11 lines
318 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">
<article class="content">
<f:cObject typoscriptObjectPath="lib.getHeadline"/>
{main-content -> f:format.raw()}
</article>
</f:section>
</html>