2019-11-13 23:40:26 +01:00
|
|
|
<html xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
2020-02-07 11:23:06 +01:00
|
|
|
<li>
|
|
|
|
<a href="{page.link}">{page.title}</a>
|
2019-11-13 23:40:26 +01:00
|
|
|
|
2020-02-07 11:23:06 +01:00
|
|
|
{page.data.abstract -> f:format.html(parseFuncTSPath: 'lib.parseFunc_abstract')}
|
2019-12-13 13:27:25 +01:00
|
|
|
|
2020-02-07 11:23:06 +01:00
|
|
|
<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>
|