{% set not_doc_page_titles = ['Home', 'Quick Start', 'About', 'Talks', 'Download', 'Community', 'Events', 'CVE'] %} {% macro active_nav(page, title, classes) %} class="{% if (page and page.title == title) or (title == 'Home' and meta and meta.sub_page) %}active {% endif %}{{ classes }}" {% endmacro %} {% macro docs_are_active(page) %} class="{% if (not page or not page.title in not_doc_page_titles) and (not meta or not meta.sub_page) %}active {{ meta }} {% endif %}" {% endmacro %}