I am trying to display Layered Navigation Block on custom page with custom product list.
For now i have custom controller, xml layout and template for product list.
- What do i need to insert into xml layout to display layered navigation block ?
<referenceContainer name="sidebar.main">
<!-- ??? -->
</referenceContainer>
- How can i set custom product collection (filtered by attribute e.g. 'book' == 1) and use it (with layered navigation) on custom page (e.g. book list with author filter) ?