Skip to content

Instantly share code, notes, and snippets.

@toodooleedoo
Created February 1, 2015 22:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save toodooleedoo/1405fd37c0722699330c to your computer and use it in GitHub Desktop.
Save toodooleedoo/1405fd37c0722699330c to your computer and use it in GitHub Desktop.
AEM Sightly Sitemap
<template data-sly-template.sitemap="${ @ page}">
<ul data-sly-list="${page.listChildren}">
<li>${item.title}<span data-sly-call="${sitemap @ page=item}"></span>
</li>
</ul>
</template>
<span data-sly-call="${sitemap @ page=currentPage}"></span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment