feat: change to other sitepakage
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<header>
|
||||
<!-- Main Navigation -->
|
||||
<f:render partial="Navigation/Main" arguments="{_all}" />
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<!-- Main Section -->
|
||||
<f:render section="Main" />
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<f:cObject
|
||||
typoscriptObjectPath="lib.dynamicContentSlide"
|
||||
data="{pageUid: '{data.uid}', colPos: '90'}"
|
||||
/>
|
||||
<f:cObject
|
||||
typoscriptObjectPath="lib.dynamicContentSlide"
|
||||
data="{pageUid: '{data.uid}', colPos: '91'}"
|
||||
/>
|
||||
<p>© {f:format.date(date: 'now', format: 'Y')} Your Company</p>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user