<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
      data-namespace-typo3-fluid="true">

<f:layout name="Default"/>
<f:section name="Header">
    <f:render partial="Header/All" arguments="{_all}"/>
</f:section>

<f:section name="Main">
<f:comment>Sorry, could not find a more shiny approach</f:comment>
<f:spaceless>
{placeholder}
</f:spaceless>
</f:section>
</html>
