{% include collection_browser/_search.html tags=tags collection_name=include.collection_name %}
{% include collection_browser/_no-search-results.html %}
{% assign data_scroll_after_selector = '.cb-search-cmp' %}
{% assign data_scroll_until_selector = '.cb-doc-listing' %}
{% include collection_browser/_sidebar.html data_scroll_until_selector=data_scroll_until_selector data_scroll_after_selector=data_scroll_after_selector %}
{% include collection_browser/_docs-list.html categories=categories collection_name=include.collection_name docs_grouped=docs_grouped %}