first good looking code

This commit is contained in:
2020-12-05 00:53:45 +01:00
parent c8c10d4d45
commit 1fd53af165
16 changed files with 4823 additions and 95 deletions
@@ -0,0 +1,13 @@
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
<f:layout name="Default"/>
<f:section name="Main">
<article class="content">
<f:cObject typoscriptObjectPath="lib.getHeadline"/>
{main-content -> f:format.raw()}
</article>
<footer>
{footer-content -> f:format.raw()}
</footer>
</f:section>
</html>