I'm working on a responsive navigation for a customer. I'm using concrete5.7's AutoNav block with a customized view template. The fullscreen overlay is working and lists links to the top-level pages. Under the first and second links (see attached image, I need the following:
First Navigation Link (Projects page): A topic_list that filters a page_list block on the Projects page.
Second Navigation Link (Services page): A list of its direct child pages.
Should I programmatically include the topic_list Block in my AutoNav custom view? Is it possible to access and list topics from the AutoNav block? I really don't know how to approach this. Any pointers would be much appreciated.