6 lines
243 B
HTML
6 lines
243 B
HTML
<f:layout name="Default" />
|
|
|
|
<f:section name="Main">
|
|
<f:comment> Render main content for colPos 0 (Home Page) </f:comment>
|
|
<f:cObject typoscriptObjectPath="lib.dynamicContent" data="{pageUid: '{data.uid}', colPos: '0'}" />
|
|
</f:section> |