{%- if pagename != 'index' and pagename != 'documentation' %} {%- set nav_bar_class = "sk-docs-navbar" %} {%- set top_container_cls = "sk-docs-container" %} {%- else %} {%- set nav_bar_class = "sk-landing-navbar" %} {%- set top_container_cls = "sk-landing-container" %} {%- endif %} {%- set drop_down_navigation = [ ('Overview', pathto('overview')), ('About us', pathto('aboutus')), ("Licenses", pathto('software/licenses')), ("Credits", pathto('credits')), ("Roadmap", pathto('roadmap')), ('Contributing', pathto('contributing')), ('Cheat sheet', pathto('cheat_sheet')), ('Software', pathto('software/index')), ('FAQ', pathto('faq')), ('Glossary', pathto('glossary')), ('Bibliography', pathto('zreferences')), ('General index', pathto('genindex'))] -%}