We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e8634 commit 720e8f1Copy full SHA for 720e8f1
docs/_templates/layout.html
@@ -26,3 +26,20 @@
26
}}();
27
</script>
28
{% endblock %}
29
+{%- block content %}
30
+{% if theme_style_external_links|tobool %}
31
+<div class="rst-content style-external-links">
32
+{% else %}
33
+<div class="rst-content">
34
+{% endif %}
35
+ {% include "breadcrumbs.html" %}
36
+ <div role="main" class="document DocSearch-content" itemscope="itemscope" itemtype="http://schema.org/Article">
37
+ {%- block document %}
38
+ <div itemprop="articleBody">
39
+ {% block body %}{% endblock %}
40
+ </div>
41
42
+ {%- endblock %}
43
+ {% include "footer.html" %}
44
+</div>
45
+{%- endblock %}
0 commit comments