ds-site/Resources/Private/Partials/Menu/Page.html

12 lines
400 B
HTML
Raw Permalink Normal View History

2019-11-13 23:40:26 +01:00
<html xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
<li>
<a href="{page.link}">{page.title}</a>
2019-11-13 23:40:26 +01:00
{page.data.abstract -> f:format.html(parseFuncTSPath: 'lib.parseFunc_abstract')}
<f:if condition="{page.children}">
{f:render(partial: 'Menu/Pages', arguments: {pages: page.children})}
</f:if>
</li>
2019-11-13 23:40:26 +01:00
</html>