{% capture nav_title %}{{page.nav_title}}{% endcapture %} {% capture nav_title_link %}{{page.nav_title_link}}{% endcapture %} {% if nav_title != empty and nav_title_link != empty %} {% elsif nav_title != empty and nav_title_link == empty %} {% endif %} {% include collection_browser/navigation/_collection_toc.html collection_name='docs' %}