{% comment %}```liquid{% endcomment %} {% # prettier-ignore %} {% comment %}``` Usage example for https://www.11ty.dev/docs/plugins/navigation/#bring-your-own-html-render-the-menu-items-manually: ```liquid {% assign links = collections.all | eleventyNavigation %} {% render blades/links, links: links, current_url: page.url %} ``` {% endcomment %}