Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: adapted fix from Tomas on DOCS56

...

Code Block
languagexml
 <!-- render links to all pages on "level 1" -->
[#assign navParentItem = navfn.rootPage(content)!]
[#if navParentItem??]
  [#assign navItems = navfn.navItems(navParentItem)]
  [#list navItems as navItem]
      <a href="${navItem.path!""}.htmlcmsfn.link(navItem)!}">${navItem.navTitlenavigationTitle!navItem.title!navItem.nodeName!""@name}</a> |
  [/#list]
[/#if]

...