Hey,
i am new in grav & twig and i would like to build a "footer-nav" with only children links of a specific main navigation ul.
By the way the same "Children-nav", i would like to use on specific Subpages in a sidenavigation as a "overview" of the subpages.
Like:
<nav>
<ul>
<li></li>
<li>
<ul class="dropdown-menu"> // Only this List with all of their children links i would like to list
<li></li> // Children
<li></li> // Children
</ul>
</li>
</ul>
</nav>
Any suggestings to this topic?
Thank you a lot and have a nice day!