Files
lena-schilling-website/packages/base/Resources/Private/PageView/Layouts/Default.html
Dominik Polakovics 2bac342a5e
All checks were successful
Build / build (push) Successful in 2m27s
Build / deploy-stage (push) Successful in 2m33s
Build / switch-stage (push) Successful in 1m58s
feat: change to other sitepakage
2024-12-12 12:31:41 +01:00

22 lines
554 B
HTML

<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>&copy; {f:format.date(date: 'now', format: 'Y')} Your Company</p>
</footer>