10000
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 24bfe15 commit 76d0b43Copy full SHA for 76d0b43
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