This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<v:page.menu entryLevel="0" levels="1" expandAll="FALSE" as="subpages"> | |
<f:for each="{subpages}" as="subpage"> | |
{subpage.uid -> v:variable.register.set(name: 'subpage')} | |
<v:render.request action="render" controller="Page" arguments="{page:subpage}" pageUid="{subpage.uid}" extensionName="ExtKey" vendorName="Vendor" /> | |
</f:for> | |
</v:page.menu> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<f:layout name="Content" /> | |
<f:render section="Main" /> |