{% extends "sphinx_rtd_theme/layout.html" %} {% block scripts %} {{ super() }} {% endblock %} {% block extrahead %} {% endblock %} {%- block sidebartitle %} {{ project }} {%- if theme_subtitle %}
{{ theme_subtitle }}
{%- endif %} {%- if theme_display_version %}
{{ version }}
{%- endif %} {%- include "searchbox.html" %} {% endblock %} {%- block extrabody %} {%- if theme_add_gtm|tobool %} {%- endif %}
{%- if theme_set_default_announcement|tobool %} {{ theme_default_announcement_message }} {%- endif %}
{%- if not theme_standalone|tobool %}
{%- if theme_addons_url %} nRF Connect SDK Add-ons Add-ons {%- endif %} {%- if theme_bare_metal_url %} {{ theme_bare_metal_label | default('nRF Connect SDK Bare Metal') }} Bare Metal {%- endif %} {%- if theme_ncs_url %} {{ theme_ncs_label | default('nRF Connect SDK Docs') }} nRF Connect SDK Docs {%- endif %}
{% endif %} {%- if not theme_standalone|tobool %}
{%- endif %}
{% endblock %}