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

        {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>
</html>