- {{ super.super() }}
- {% if theme_show_prev_next %}
- {% include "_templates/prev-next.html" %}
- {% endif %}
+ {%- block docs_main %}
+ {%- if theme_page_layouts and pagename in theme_page_layouts %}
+ {%- include theme_page_layouts[pagename] %}
+ {%- else %}
+
+ {%- block docs_body %}
+ {%- if sidebars %}
+ {%- include "topbar.html" %}
+ {%- endif %}
+
+ {%- endif %}
+ {%- endblock %}
+
+
+
+ {%- endblock %}
+
+ {{ super.super() }}
+ {%- if theme_show_prev_next %}
+ {%- include "_templates/prev-next.html" %}
+ {%- endif %}
+
+