{% set navPages = collections.docs | eleventyNavigation %} {% macro renderNavListItem(entry) -%}
  • {{ entry.title }} {%- if entry.children.length -%} {%- endif -%}
  • {%- endmacro %}