initial commit

This commit is contained in:
fux
2025-04-20 23:31:55 +02:00
commit 515655d8f5
62 changed files with 9191 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
<div id="top"></div>
<div class="body-bg{f:if(condition:theme.navigation.type, then:' body-bg-{theme.navigation.type}')}">
<f:render partial="DropIn/Page/PageBefore" arguments="{_all}" />
<f:render partial="Structure/CookieConsent" arguments="{_all}" />
<f:render partial="Structure/Skiplink" arguments="{_all}" />
<f:render partial="Navigation/Main" arguments="{_all}" />
<f:render section="Border" optional="true" />
<f:render partial="Navigation/Breadcrumb" arguments="{_all}" />
<main id="page-content" class="bp-page-content main-section">
<!--TYPO3SEARCH_begin-->
<f:render section="Main" />
<!--TYPO3SEARCH_end-->
</main>
<footer id="page-footer" class="bp-page-footer">
<f:render partial="DropIn/Structure/FooterBefore" arguments="{_all}" />
<f:render section="Footer" optional="true" />
<f:render partial="DropIn/Structure/FooterAfter" arguments="{_all}" />
</footer>
<f:render partial="Structure/ScrollTop" arguments="{_all}" />
<f:render partial="DropIn/Page/PageAfter" arguments="{_all}" />
</div>
</html>