ds-site/Resources/Private/Partials/Page/FooterMenu.html
2019-11-28 13:18:30 +01:00

8 lines
241 B
HTML

<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
data-namespace-typo3-fluid="true">
<nav>
<f:for each="{pages}" as="page">
<a href="{page.link}">{page.title}</a>
</f:for>
</nav>
</html>