We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24bfe15 commit f0174c6Copy full SHA for f0174c6
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