We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98604c7 commit cf44d95Copy full SHA for cf44d95
Doc/tools/templates/indexcontent.html
@@ -1,5 +1,12 @@
1
-{% extends "defindex.html" %}
2
-{% block tables %}
+{% extends "layout.html" %}
+{%- block htmltitle -%}
3
+<title>{{ shorttitle }}</title>
4
+{%- endblock -%}
5
+{% block body %}
6
+ <h1>{{ docstitle|e }}</h1>
7
+ <p>
8
+ {% trans %}Welcome! This is the documentation for Python {{ release }}.{% endtrans %}
9
+ </p>
10
<p><strong>{% trans %}Parts of the documentation:{% endtrans %}</strong></p>
11
<table class="contentstable" align="center"><tr>
12
<td width="50%">
0 commit comments