<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true"> <f:for each="{legalnavigation}" as="item" iteration="iterator"> <a class="footer-links" href="{item.link}"> {item.title} </a> </f:for> </html>