File tree Expand file tree Collapse file tree 1 file changed +27
-8
lines changed Expand file tree Collapse file tree 1 file changed +27
-8
lines changed Original file line number Diff line number Diff line change 33{%- import "static/webpack-macros.html" as _webpack with context %}
44
55{% block body_tag %}
6- < body data-spy =" scroll " data-target =" #bd-toc-nav " data-offset =" 80 " >
7- < div class ="document ">
6+ {{- super() }}
7+ < div class ="document ">
88{%- endblock %}
99{%- block content %}
10- {# Added to support a banner with an alert #}
11- < div class ="container-fluid " id ="banner "> </ div >
10+ {# checkbox to toggle primary sidebar #}
11+ < input type ="checkbox " class ="sidebar-toggle " name ="__primary " id ="__primary ">
12+ < label class ="overlay overlay-primary " for ="__primary "> </ label >
1213
13- {% block docs_navbar %}{{ super() }}{% endblock %}
14- < main role ="main ">
15- {% block body %} {% endblock %}
16- </ main >
14+ {# Checkboxes to toggle the secondary sidebar #}
15+ < input type ="checkbox " class ="sidebar-toggle " name ="__secondary " id ="__secondary ">
16+ < label class ="overlay overlay-secondary " for ="__secondary "> </ label >
17+
18+ {# A search field pop-up that will only show when the search button is clicked #}
19+ < div class ="search-button__wrapper ">
20+ < div class ="search-button__overlay "> </ div >
21+ < div class ="search-button__search-container ">
22+ {% include "../components/search-field.html" %}
23+ </ div >
24+ </ div >
25+
26+ {%- if theme_announcement -%}
27+ < div class ="bd-header-announcement container-fluid " id ="header-announcement ">
28+ {% include "sections/announcement.html" %}
29+ </ div >
30+ {%- endif %}
31+
32+ {% block docs_navbar %}{{ super() }}{% endblock %}
33+ < main role ="main ">
34+ {% block body %} {% endblock %}
35+ </ main >
1736
1837 {%- block scripts_end %}{{ super() }}{%- endblock %}
1938{%- endblock %}
You can’t perform that action at this time.
0 commit comments