10 lines
256 B
HTML
10 lines
256 B
HTML
<html xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
|
data-namespace-typo3-fluid="true">
|
|
|
|
<ol>
|
|
<f:for each="{pages}" as="page">
|
|
{f:render(partial: 'Menu/Page', arguments: {page: page})}
|
|
</f:for>
|
|
</ol>
|
|
|
|
</html>
|